Skip to main content
API Family:Default
Version:22.200.001
Screen ID:BC201000

Properties

Select a row for its DAC field and description
PropertyTypeData Type
AccessTokenStringValuestring
DAC Field:PX.Commerce.BigCommerce.BCBindingBigCommerce.StoreXAuthToken
Description:The access token of the BigCommerce store.
ActiveBooleanValueboolean
DAC Field:PX.Commerce.Core.BCBinding.IsActive
Description:Determines whether the store is accessible through other Commerce forms.
APIPathStringValuestring
DAC Field:PX.Commerce.BigCommerce.BCBindingBigCommerce.StoreBaseUrl
Description:The base URL of the BigCommerce store.
ClientIDStringValuestring
DAC Field:PX.Commerce.BigCommerce.BCBindingBigCommerce.StoreXAuthClient
Description:The client ID of the BigCommerce store.
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.
StoreAdminPathStringValuestring
DAC Field:PX.Commerce.BigCommerce.BCBindingBigCommerce.StoreAdminUrl
Description:The admin URL of the BigCommerce store.
StoreNameStringValuestring
DAC Field:PX.Commerce.Core.BCBinding.BindingName
Description:A user-friendly name of the store.
WebDAVPasswordStringValuestring
DAC Field:PX.Commerce.BigCommerce.BCBindingBigCommerce.StoreWDAVClientPass
Description:The password for the DAV server of the BigCommerce store.
WebDAVPathStringValuestring
DAC Field:PX.Commerce.BigCommerce.BCBindingBigCommerce.StoreWDAVServerUrl
Description:The URL of the DAV server of the BigCommerce store.
WebDAVUsernameStringValuestring
DAC Field:PX.Commerce.BigCommerce.BCBindingBigCommerce.StoreWDAVClientUser
Description:The username for the DAV server of the BigCommerce store.

Minimum Payload

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

5 required fields
{
  "AccessToken": {
    "value": "string"
  },
  "APIPath": {
    "value": "string"
  },
  "ClientID": {
    "value": "string"
  },
  "StoreAdminPath": {
    "value": "string"
  },
  "StoreName": {
    "value": "string"
  }
}

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

Available in Versions