Reservations, Transfer

Transfer one or more inventory reservations between locations or location groups. This API doesn’t change physical quantities, but reduces the reserved quantity at the source and increases it at the destination.
Resource
1/commerce/oci/reservation/actions/transfers
Available version
51.0
HTTP methods
POST
Request body for POST
OCI Transfer Reservation Input
Root XML tag
<ociTransferReservationInput>
Properties
Name Type Description Required or Optional Available Version
allOrNothingTransferId String Controls whether a single failed transfer cancels all other transfers in the transferRecords list.
  • To allow some transfers in the transferRecords list to succeed when others fail, don’t include this property.
  • To cancel all the transfers in the transferRecords list when any of them fail, set this property to a UUID. The ID must be unique, but isn’t otherwise used in this version.
Optional 51.0
reservationId String The ID of the inventory reservation. Optional 58.0
transferRecords OCI Transfer Reservation Single Input[] A list of inventory reservation transfers. The list can include up to 100 elements. At least one element is required. 51.0
Response body for POST
OCI Transfer Reservation Output