Get Product Detail
POST/Products/Detail/:productID
Returns the full detail of a single product for the authenticated API customer.
The product is identified by its unique productID passed in the route.
The response includes pricing, stock availability, images, descriptions, platform information, variants and other metadata required to display or synchronize the product on your side.
Authentication: requires a valid API customer. Requests without a valid
API user will receive 401 Unauthorized.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Product detail returned successfully.
Invalid request payload.
The caller is not an authorized API customer.
Forbidden
The API integration is disabled for this tenant.