Skip to main content

Get Raw Catalog Data from Amazon

GET 

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

Forces a live catalog lookup against Amazon for a single product (via AmazonProductManager::getCatalogItem) and then returns the raw sync output: ASIN, catalog_data, catalog_data_last_sync, was_catalog_data_sync_attempted, removed_from_amazon, and the underlying json_object for the row.

Used by the Debug Raw drawer on the products page.

Errors:

  • 403 — the product does not belong to the given integration instance.
  • 422 — the product has no asin1 to look up.
  • 500 — Amazon API call failed (error message returned in message).

Named route: amazon.products.raw.

Request

Responses

OK

Response Headers
    Content-Type