Skip to main content

Refresh Single Product (Catalog Lookup)

POST 

/api/amazon/:integrationInstance/products/:product/refresh

Refreshes a single product's catalog data directly from Amazon's SP-API catalog endpoint. Updates catalog_data, catalog_data_last_sync, was_catalog_data_sync_attempted, and removed_from_amazon in place, then returns the refreshed Amazon product object.

Not yet available to API tokens

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

Returns HTTP 403 when the product does not belong to the given integration instance, HTTP 500 on Amazon API failure (with error message in error).

Named route: amazon.products.refresh (single).

Request

Responses

OK

Response Headers
    Content-Type