Skip to main content
API Family:Default
Version:25.200.001
Screen ID:BC201010

Properties

Select a row for its DAC field and description
PropertyTypeData Type
AccessTokenStringValuestring
DAC Field:PX.Commerce.Shopify.BCBindingShopify.ShopifyAccessToken
Description:The API access token of the Shopify store.
ActiveBooleanValueboolean
DAC Field:PX.Commerce.Core.BCBinding.IsActive
Description:Determines whether the store is accessible through other Commerce forms.
ConnectorStringValuestring
DAC Field:PX.Commerce.Core.BCBinding.ConnectorType
Description:Represents a connector to which the store belongs. The property is a key field.
DefaultBooleanValueboolean
DAC Field:PX.Commerce.Core.BCBinding.IsDefault
Description:Determines whether the store will be chosen as default through other Commerce screens.
SharedSecretStringValuestring
DAC Field:PX.Commerce.Shopify.BCBindingShopify.StoreSharedSecret
Description:The API secret key of the Shopify store.
StoreAdminURLStringValuestring
DAC Field:PX.Commerce.Shopify.BCBindingShopify.ShopifyApiBaseUrl
Description:The admin URL of the Shopify store.
StoreNameStringValuestring
DAC Field:PX.Commerce.Core.BCBinding.BindingName
Description:A user-friendly name of the store.

Minimum Payload

Derived from static analysis of the 2025.2 source; runtime configuration may require additional fields.

4 required fields
{
  "AccessToken": {
    "value": "string"
  },
  "SharedSecret": {
    "value": "string"
  },
  "StoreAdminURL": {
    "value": "string"
  },
  "StoreName": {
    "value": "string"
  }
}

For every property this entity accepts, see the properties table.

Available in Versions