InventoryCompare
| Field | Type | Required | Description |
|---|---|---|---|
productCode |
Code | yes | Human readable code of the entity max length 255 · min length 1 |
sku |
`null | string` | yes |
locationCode |
LocationCode | yes | max length 36 |
bin |
Bin | Bin. (Location in warehouse) max length 100 |
|
binLocation |
BinLocation | Bin location. max length 100 |
Example
Section titled “Example”{ "productCode": "someCode", "locationCode": "DERetail1", "bin": "1203", "binLocation": "1203-4"}
