Defines a reservation request.
| name | data type | description |
|---|---|---|
| stockKeepingUnitId | number | The internal identifier of the stock keeping unit.
Note: This field is mutually exclusive with |
| |
|
The price lookup unit number (PLUNO) of the stock keeping unit. Deprecated: Deprecated due to incorrect field name. Use priceLookUpNumber instead |
| priceLookUpNumber | string | The price lookup number (PLUNO) of the stock keeping unit. |
| warehouseId | number | The internal identifier of the warehouse and mutually exclusive with WarehouseNumber |
| warehouseNumber | string | The identifying number for the warehouse. Mutually exclusive with warehouseId. |
| reference | string | The unique reference of this reservation. |
| desiredQuantity | number | The desired quantity to reserve. |
Example
{
"stockKeepingUnitId" : 12345,
"priceLookUpNumber" : "...",
"warehouseId" : 12345,
"warehouseNumber" : "...",
"reference" : "...",
"desiredQuantity" : 12345
}