Skip to main content

Refresh Single Product (Catalog Lookup)

POST 

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

Refreshes a single product's catalog data directly from Amazon's SP-API catalog endpoint via AmazonProductManager::getCatalogItem($product). Updates catalog_data, catalog_data_last_sync, was_catalog_data_sync_attempted, and removed_from_amazon in place, then returns the refreshed AmazonProductResource.

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