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
authorizedAppId
StringThe id of the logged in application.
contentType
StorefrontJSScriptContentTypeEnumThe type of javascript script content.
fileName
StringThe type of javascript script content.
Shows the availability status of the storefront.
isHighPriority
BooleanIndicates if the script has a high priority and should be executed before others.
The storefront javascript script's name.
order
FloatThe order of the script to be executed.
The storefront javascript script's content.
storeAppId
StringThe store app's id.
The storefront's id.