Inventory
| Field | Type | Required | Description |
|---|---|---|---|
productCode |
Code | Human readable code of the entity max length 255 · min length 1 |
|
locationCode |
LocationCode | max length 36 | |
sku |
`null | string` | |
onHand |
number |
||
onReserve |
number |
||
safetyStock |
number |
||
available |
number |
Available stock (onHand - onReserve) | |
visible |
number |
Visible stock in store (available - safetyStock) | |
bin |
Bin | Bin. (Location in warehouse) max length 100 |
|
binLocation |
BinLocation | Bin location. max length 100 |
|
status |
string |
one of: active, inactive |
|
externalUpdateDate |
ExternalUpdateDate | format: date-time |
|
inventoryTreatmentSetting |
InventoryTreatmentSetting |
Example
Section titled “Example”{ "productCode": "someCode", "locationCode": "DERetail1", "sku": "54nf444", "onHand": 100, "onReserve": 5, "safetyStock": 10, "available": 95, "visible": 85, "bin": "1203", "binLocation": "1203-4", "status": "active", "externalUpdateDate": "2018-12-15T00:00:23.114Z"}
