ShopifyStore
7 properties
Properties
Select a row for its DAC field and description| Property | Type | Data Type | |
|---|---|---|---|
AccessToken | StringValue | string | |
DAC Field: PX.Commerce.Shopify.BCBindingShopify.ShopifyAccessTokenDescription:The API access token of the Shopify store. | |||
Active | BooleanValue | boolean | |
DAC Field: PX.Commerce.Core.BCBinding.IsActiveDescription:Determines whether the store is accessible through other Commerce forms. | |||
Connector | StringValue | string | |
DAC Field: PX.Commerce.Core.BCBinding.ConnectorTypeDescription:Represents a connector to which the store belongs. The property is a key field. | |||
Default | BooleanValue | boolean | |
DAC Field: PX.Commerce.Core.BCBinding.IsDefaultDescription:Determines whether the store will be chosen as default through other Commerce screens. | |||
SharedSecret | StringValue | string | |
DAC Field: PX.Commerce.Shopify.BCBindingShopify.StoreSharedSecretDescription:The API secret key of the Shopify store. | |||
StoreAdminURL | StringValue | string | |
DAC Field: PX.Commerce.Shopify.BCBindingShopify.ShopifyApiBaseUrlDescription:The admin URL of the Shopify store. | |||
StoreName | StringValue | string | |
DAC Field: PX.Commerce.Core.BCBinding.BindingNameDescription:A user-friendly name of the store. | |||
Minimum Payload
Derived from static analysis of the 2025.2 source; runtime configuration may require additional fields.
{
"AccessToken": {
"value": "string"
},
"SharedSecret": {
"value": "string"
},
"StoreAdminURL": {
"value": "string"
},
"StoreName": {
"value": "string"
}
}For every property this entity accepts, see the properties table.