6min
Products by ID
Get all information about an individual Product such as description, brand, offers, related SKUs, variations, etc.
GET /catalog/products/{product_id}
Get a single Product with all offers for that product included. API Reference: Get Products
Request
Curl
|
Response:
JSON
|
GET /catalog/products/{product_id},{product_id_2},{product_id_3}
Returns a list of product infromation for the given comma separated list of Ids. Up to 10 products can be returned. API Reference: Get Products
Request
product_id - Identifer for the product being requested
Curl
|
Response
JSON
|