Sync Inventory to Amazon
POST//:domain/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 (ProductListingRepository::getAmazonProductListingsByCountryCode) and dispatches one sync per group so that each marketplace gets its own feed.
Body:
ids(array<int>, optional) —product_listings.idvalues to sync. When omitted, the underlying manager defaults are used.
Named route: amazon.products.sync-inventory.
Request
Responses
- 200
OK
Response Headers
Content-Type