Product Details
get complete details of a product
Get Product Details
GET
‎https://<domain>/<api prefix>/<version>/commerce/product/product-details/
This API endpoint will return details of the product.
Query Parameters
Name | Type | Description |
---|---|---|
bundle_id* | number | bundle id(unique id) |
Headers
Name | Type | Description |
---|---|---|
apikey* | string | apikey |
Authorization* | string | Bearer access token |
Sample Code
Node
PHP
Error Responses
Status Code | Error Type | Field | Description |
400 | Validation Error | bundle_id | Bundle id is required. Bundle does not exist. |
Last updated