Retrieve a product by id
Retrieve a product by id.
Authorizations:Token, JWT
Query Parameters
id required | integer |
Responses
200Product Compact resource
Response schema:
Product Compact resource sku | string | ||||||||
name | string | ||||||||
cleanUrl | string | ||||||||
briefDescription | string | ||||||||
price | number or null | ||||||||
requiresShipping | boolean | ||||||||
arrivalDate | integer | ||||||||
amount | integer | ||||||||
images | Array of objects | ||||||||
Array
| |||||||||
stickers | Array of objects | ||||||||
Array
| |||||||||
canBeBackordered | boolean | ||||||||
backorderQtyLabel | string | ||||||||
isLimitedBackorder | boolean | ||||||||
backorderLimit | integer | ||||||||
participateSale | boolean | ||||||||
discountType | stringEnum: "sale_price" "sale_percent" | ||||||||
saleValue | number | ||||||||
salePrice | number | ||||||||
marketPrice | number | ||||||||
minPurchaseQuantity | integer | ||||||||
brandName | string or null | ||||||||
id | integer or null>= 0 |
401Unauthorized
Response schema:
Unauthorized type | string |
title | string |
detail | string or null |
instance | string or null |
404Resource not found
Response schema:
Resource not found type | string |
title | string |
detail | string or null |
instance | string or null |
500Internal error
Response schema:
Internal error type | string |
title | string |
detail | string or null |
instance | string or null |