LocationInventory
| Field | Type | Required | Description |
|---|---|---|---|
locationId |
string |
max length 36 | |
productCode |
ProductCode | Code of the product max length 255 · min length 1 |
|
inventoryVisible |
number |
||
inventoryTreatmentSetting |
InventoryTreatmentSetting |
Example
Section titled “Example”{ "locationId": "550e8400-e29b-11d4-a716-446655440000", "productCode": "55585-1", "inventoryVisible": 200, "inventoryTreatmentSetting": { "code": "its1", "name": "setting name", "isPurchasable": true, "sequenceId": 0 }}
