get https://{accountName}.{environment}.com.br/api/catalog_system/pvt/saleschannel/list
Retrieves a list with details about the store's sales channels.
Response object has the following properties:
Attribute | Type | Description |
---|---|---|
id | integer | ID of Sales Channel |
Name | string | Sales Channel Name |
IsActive | boolean | If the Sales Channel is Active |
ProductClusterId | integer | If the Sales Channel has releated Product Cluster |
CountryCode | string | Country Code in ISO 3166-1 alfa-3 Standard |
CultureInfo | string | Language Country code in LCIDstring Standard |
TimeZone | string | Name of Time Zone |
CurrencyCode | string | Currency Code in ISO 4217 standard |
CurrencySymbol | string | Currency symbol |
CurrencyLocale | string | Currency Locale Code in LCID standard |
CurrencyFormatInfo | object | Object with currency format details |
CurrencyDecimalDigits | integer | Quantity of Currency Decimal Digits |
CurrencyDecimalSeparator | string | Define what Currency Decimal Separator will be apply |
CurrencyGroupSeparator | string | Define what Currency Group Separator will be apply |
CurrencyGroupSize | string | Define how many characters that will be grouped |
StartsWithCurrencySymbol | boolean | Define if all prices will be initiated with Currency Symbol |
Origin | string | |
Position | integer | Define the position on index |
ConditionRule | integer | Define what is the rule to activate de Sales Channel |
Authentication
This is a private API which requires credentials with viewer access.
Learn more about Creating appKeys and appTokens to authenticate integrations