Skip to main content

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.

Not yet available to API tokens

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

OK

Response Headers
    Content-Type