GET /v1/products/{id}

Get product by ID

Products

Description

Retrieve detailed information about a specific product. Name, description and categories are returned in the requested locale.

Parameters

id integer path required
Product ID
Accept-Language string header
Locale for translated fields (name, description, categories). Defaults to English if omitted or if the requested locale has no translation. Supported values are en, fr, and es.
affiliate_id integer query
Affiliate identifier used to generate tracked offer URLs. Defaults to 1.

Responses

200 Successful response
application/json
statusstring
Example: success
dataobject
404 Product not found
application/json
Example:
{
  "status": "error",
  "message": "Product not found"
}