Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.OCITransferReservationInputRepresentation

A list of inventory reservation transfers and specifies whether a single failure cancels the entire list.
Property Type Description Required or Optional Available Version
allOrNothing​TransferId 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 List<ConnectApi.​OCITransferReservation​SingleInput​Representation> A list of inventory reservation transfers. The list can include up to 100 elements. At least one element is required. 51.0