Skip to main content
API Family:Default
Version:24.200.001
Screen ID:BC201020

Properties

Select a row for its DAC field and description
PropertyTypeData Type
BindingNameStringValuestring
DAC Field:PX.Commerce.Core.BCBinding.BindingName
Description:A user-friendly name of the store.
LocaleNameStringValuestring
DAC Field:PX.Commerce.Core.BCBinding.LocaleName
Description:The name of the locale for this binding.
MarketplaceStringValuestring
DAC Field:PX.Commerce.Amazon.BCBindingAmazon.Marketplace
Description:Marketplace where selling partners authorizes the application
RefreshTokenStringValuestring
DAC Field:PX.Commerce.Amazon.BCBindingAmazon.RefreshToken
Description:It's longed live token to exchange Access Token
RegionStringValuestring
DAC Field:PX.Commerce.Amazon.BCBindingAmazon.Region
Description:AWS region
SellerPartnerIdStringValuestring
DAC Field:PX.Commerce.Amazon.BCBindingAmazon.SellerPartnerId
Description:The identifier of the selling partner who is authorizing your application.
ActiveBooleanValueboolean
DAC Field:PX.Commerce.Core.BCBinding.IsActive
Description:Determines whether the store is accessible through other Commerce forms.
DefaultBooleanValueboolean
DAC Field:PX.Commerce.Core.BCBinding.IsDefault
Description:Determines whether the store will be chosen as default through other Commerce screens.

Minimum Payload

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

3 required fields
{
  "BindingName": {
    "value": "string"
  },
  "Marketplace": {
    "value": "string"
  },
  "Region": {
    "value": "string"
  }
}

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

Available in Versions