Get single product
Endpoint: GET /v10/products/{productId}
Available nested resources for including: categories, collection, costPriceSets, metaTranslations, productGroups, translations, variants, variants.available, variants.bundle, variants.costPrices, variants.costPrices.productCostsSettings, variants.costPrices.productCostsSettings.costType, variants.metaTranslations, variants.stock
This endpoint will fetch a single product
note
variants.stock and variants.available are mutually exclusive. Brands using the reservations_v4 inventory model must use variants.available; brands not on that model must use variants.stock. Requesting the wrong one returns a 422 validation error.
Data of response
| Parameter | Required | Default | Description |
|---|---|---|---|
product.* | Yes | An product object |