Skip to content

Reservation

Field Type Required Description
code string yes max length 36
productCode string yes max length 255
locationCode LocationCode yes max length 36
sku `null string`
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
createDate string format: date-time
{
"code": "1278ab38-f5ad-488f-abf5-e834239e45a1",
"productCode": "productCode1",
"locationCode": "DERetail1",
"sku": "SKU-1",
"salesOrderLineItemCode": "someCode",
"fulfillmentOrderLineItemId": 1,
"salesOrderNumber": "someCode",
"fulfillmentOrderNumber": "someCode",
"bin": "1203",
"binLocation": "1203-4",
"quantity": 1,
"createDate": "2018-12-15T00:00:23.114Z"
}