Get Price Sync Status
GET/api/v2/sales-channels/:integrationInstance/prices/settings
Read the stored price push configuration for a sales channel, together with every condition that governs whether a push can run.
This endpoint currently requires session authentication; Personal Access Token scope support is in progress.
supported is false when the channel has no price push driver — nothing else in the response applies.
capability_enabled reflects the price push capability AND an active sync schedule. manual_enabled ignores a paused schedule, because a manual push still runs while the schedule is paused.
environment_allowed is false outside production for channels that restrict transmission to production.
Prices are only sent for listings where SKU.io owns the price, so is_sku_master_of_price must be true for a push to send anything.
Authentication: Requires Bearer token.
Requires the integrations.view permission.
sales_channel_id identifies the channel behind this integration. can_refresh_from_channel indicates whether this channel can re-read its own prices on demand — only channels that report live listing state can, and the rest have no way to refresh the channel-reported price.
Request
Responses
- 200
- 401
- 403
- 404
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Not found — no record with the given identifier (or the route does not exist). Verify the ID before retrying.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.