StorefrontJSScript
type StorefrontJSScript {
id: ID!
authorizedAppId: String
contentType: StorefrontJSScriptContentTypeEnum
fileName: String
isActive: Boolean!
isHighPriority: Boolean
name: String!
order: Float
scriptContent: String!
storeAppId: String
storefrontId: String!
}
Fields
authorizedAppIdStringThe id of the logged in application.
contentTypeStorefrontJSScriptContentTypeEnumThe type of javascript script content.
fileNameStringThe type of javascript script content.
Shows the availability status of the storefront.
isHighPriorityBooleanIndicates if the script has a high priority and should be executed before others.
The storefront javascript script's name.
orderFloatThe order of the script to be executed.
The storefront javascript script's content.
storeAppIdStringThe store app's id.
The storefront's id.