ReservationCreate
| Field | Type | Required | Description |
|---|---|---|---|
productCode |
string |
yes | max length 255 |
locationCode |
LocationCode | yes | max length 36 |
sku |
`null | string` | yes |
salesOrderLineItemCode |
string |
yes | max length 100 |
fulfillmentOrderLineItemId |
number |
max length 20 | |
salesOrderNumber |
string |
yes | |
fulfillmentOrderNumber |
string |
||
bin |
Bin | Bin. (Location in warehouse) max length 100 |
|
binLocation |
BinLocation | Bin location. max length 100 |
|
quantity |
number |
yes |
Example
Section titled “Example”{ "productCode": "productCode1", "locationCode": "DERetail1", "sku": "SKU-1", "salesOrderLineItemCode": "someCode", "fulfillmentOrderLineItemId": 1, "salesOrderNumber": "someCode", "fulfillmentOrderNumber": "someCode", "bin": "1203", "binLocation": "1203-4", "quantity": 1}
