Get a product
GET/pcm/products/:productID
Returns a product by its identifier.
You can also use include=component_products
to retrieve top-level resources, such as files or images, and key attribute data, such as SKU or slug for component products in a product bundle. With this option, you can get more information about the products in a product bundle in your store front, improving the buying experience for your shoppers.
Request
Responses
- 200
- 400
- 404
- 500
Returns a product by its identifier.
Bad request. The request failed validation.
Bad Request. Not Found.
Internal server error. There was a system failure in the platform.