get https://app.ecwid.com/api/v3//saleschannels/
Access scopes
Requires the following access scope: read_store_profile
Response
A JSON object containing the marketplaces configuration data and the feed info with the following fields:
Field | Type | Description |
---|---|---|
marketplaceConfig | Array | Information about marketplace’s configurations |
condition | string | the marketplace’s condition, available for google_shopping, shopzilla and yahoo_shopping |
store | boolean | possible values: true and false, available only for yandex_market |
manufacturerWarranty | boolean | possible values: true and false, available only for yandex_market |
pickup | boolean | possible values: true and false, available only for yandex_market |
adult | boolean | possible values: true and false, available only for yandex_market |
productFeedInfo | Array | Information about state of the products for marketplaces |
marketplaceConfig
Field | Type | Description |
---|---|---|
enabled | boolean | true if enabled, false otherwise |
firstInit | boolean | possible values: true and false |
accessKey | string | access key value |
Errors
In case of error, Ecwid responds with an error HTTP status code and, optionally, JSON-formatted body containing error description
HTTP codes
HTTP Status | Description |
---|---|
400 | Request parameters are malformed |
403 | Access token doesn't have read_store_profile scope |
404 | The info is not found |
405 | Method not allowed. Can occur when using POST instead of GET HTTP request method |
415 | Unsupported content-type: expected application/json or text/json |
500 | Cannot retrieve the info because of an error on the server |
Error response body (optional)
Field | Type | Description |
---|---|---|
errorMessage | string | Error message |