InventoryPost
| Field | Type | Required | Description |
|---|---|---|---|
productCode |
Code | yes | Human readable code of the entity max length 255 · min length 1 |
locationCode |
LocationCode | yes | max length 36 |
inventoryTreatmentSetting |
InventoryTreatmentSettingUpdate | ||
sku |
`null | string` | yes |
onHand |
`null | number` | |
safetyStock |
`null | number` | |
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 |
Example
Section titled “Example”{ "productCode": "someCode", "locationCode": "DERetail1", "inventoryTreatmentSetting": { "code": "its1" }, "sku": "54nf444", "onHand": 4, "safetyStock": 1, "bin": "1203", "binLocation": "1203-4", "status": "active", "externalUpdateDate": "2018-12-15T00:00:23.114Z"}
