Skip to main content

Reconcile Listing Status

POST 

/api/v2/listings/reconcile

Start a reconciliation that fetches the true state of each listing directly from its sales channel and updates the stored status, quantity and price. With no body it reconciles every channel that supports status reporting; pass sales_channel_ids to limit it to specific channels, or product_listing_ids to recheck a specific set of listings. Runs asynchronously and returns the id of the background job doing the work.

Required scope: products:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type