ReservationRequest Data Type

Defines a reservation request.

Properties
name data type description
stockKeepingUnitId number The internal identifier of the stock keeping unit.

Note: This field is mutually exclusive with priceLookupUnitNumber.

priceLookupUnitNumber string The price lookup unit number (PLUNO) of the stock keeping unit.

Note: This field is mutually exclusive with stockKeepingUnitId.

warehouseId number The internal identifier of the warehouse.
reference string The unique reference of this reservation.
desiredQuantity number The desired quantity to reserve.

Example

{
  "stockKeepingUnitId" : 12345,
  "priceLookupUnitNumber" : "...",
  "warehouseId" : 12345,
  "reference" : "...",
  "desiredQuantity" : 12345
}