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.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

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