Get marketplaces configuration

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:

FieldTypeDescription
marketplaceConfigArray Information about marketplace’s configurations
conditionstringthe marketplace’s condition, available for google_shopping, shopzilla and yahoo_shopping
storebooleanpossible values: true and false, available only for yandex_market
manufacturerWarrantybooleanpossible values: true and false, available only for yandex_market
pickupbooleanpossible values: true and false, available only for yandex_market
adultbooleanpossible values: true and false, available only for yandex_market
productFeedInfoArray Information about state of the products for marketplaces

marketplaceConfig

FieldTypeDescription
enabledbooleantrue if enabled, false otherwise
firstInitbooleanpossible values: true and false
accessKeystringaccess 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 StatusDescription
400Request parameters are malformed
403Access token doesn't have read_store_profile scope
404The info is not found
405Method not allowed. Can occur when using POST instead of GET HTTP request method
415Unsupported content-type: expected application/json or text/json
500Cannot retrieve the info because of an error on the server

Error response body (optional)

FieldTypeDescription
errorMessagestringError message
Language
Click Try It! to start a request and see the response here!