Newer Version Available

This content describes an older version of this product. View Latest

Reservations, Create

Create an inventory reservation in Omnichannel Inventory.
Resource
1/commerce/oci/reservation/actions/reservations
Available version
51.0
Requires Chatter
No
HTTP methods
POST
Request body for POST
OCI Create Reservation Input
Root XML tag
<ociCreateReservationInput>
Properties
Name Type Description Required or Optional Available Version
actionRequestId String A UUID that identifies the request. Use the action request IDs in response data to identify which requests succeeded or failed. Required 51.0
allowPartial​Reservations Boolean When true, if the system can’t create the entire reservation, then it attempts to create a partial reservation. Optional 51.0
createRecords OCI Create Reservation Single Input[] A list of product quantities and locations or location groups. The list can include up to 100 elements. At least one element is required 51.0
expirationSeconds Integer A length of time in seconds. If the reservation isn’t fulfilled within this amount of time after the reservationTime, then it expires. The maximum value is 14400. Optional 51.0
externalRefId String External reference ID. Optional 51.0
reservationTime String The time at which to record the reservation. Example: 2020-07-24T21:13:00Z Optional 51.0
Response body for POST
OCI Create Reservation Output