Skip to main content

Sync Inventory to Amazon

POST 

/api/amazon/:integrationInstance/products/sync-inventory

Submits the supplied SKU.io product_listings IDs to Amazon as an inventory feed. The controller groups listings by Amazon marketplace country code and dispatches one sync per group so that each marketplace gets its own feed.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Body:

  • ids (array<int>, optional) — product_listings.id values to sync. When omitted, the underlying manager defaults are used.

Named route: amazon.products.sync-inventory.

Request

Responses

OK

Response Headers
    Content-Type