Warehouse
Get Product detail.
get/rest/api/warehouse/product/{id}/
Path parameters
idstring required
Response
Returns detailed Product object
Example response
{
"name": "BLACK 128GB",
"groupName": "Samsung Galxy S20 Plus",
"productGroupId": 123456,
"categories": [
12,
44,
149
],
"sku": "HG-331/P",
"ean": "4006381333931",
"id": 1234,
"originalCode": "p12345",
"quantity": 15,
"tax": "23.00",
"status": 1,
"location": "A.001.B.002"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.