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>
JSON example
No content provided
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
allowPartialReservations Boolean When true, if the system can’t create the entire reservation, then it attempts to create a partial reservation. 51.0
createRecords OCI Create Reservation Single Input[] A list of product quantities and locations or location groups. At least one element is required 51.0
expirationSeconds Integer A length of time in seconds. If the reservation is not fulfilled within this amount of time after the reservationTime, then it expires. 51.0
externalRefId String External reference ID. 51.0
reservationTime String The time at which to record the reservation. Example: 2020-07-24T21:13:00Z 51.0
Response body for POST
OCI Create Reservation Output