You are here:
Transfer Reservation Action
In Omnichannel Inventory, transfer one or more inventory reservations between locations or location groups. This action reduces the reserved quantity at the source and increases it at the destination. It doesn’t change physical quantities.
Required Editions
| Available in: Lightning Experience |
| View supported editions. |
| This feature requires the Salesforce Omnichannel Inventory add-on. To purchase, contact your Salesforce account executive. |
In Flow Builder, add an Action element to your flow. Select the Omnichannel Inventory Service category, and search for Omnichannel Inventory Service Transfer Reservation.
Set Input Values
Use values from earlier in the flow to set the inputs.
| Input Parameter | Description |
|---|---|
| Omnichannel Inventory Service Transfer Reservation Input | This input is an Apex-defined variable of class ConnectApi.OCITransferReservationInputRepresentation. The variable has these fields.
|
Store Output Values
| Output Parameter | Description |
|---|---|
| Omnichannel Inventory Service Transfer Reservation Output | This value is an Apex-defined variable of class ConnectApi.OCITransferReservationOutputRepresentation. The variable has these fields.
|
To set up the Omnichannel Inventory Service Transfer Reservation Input:
- For each reservation to transfer, use Assignment elements to set the actionRequestId, externalRefId, fromLocationGroupIdentifier or fromLocationIdentifier, quantity, stockKeepingUnit, and toLocationGroupIdentifier or toLocationIdentifier field values on a ConnectApi.OCITransferReservationSingleInputRepresentation variable.
- Use Assignment elements to add the ConnectApi.OCITransferReservationSingleInputRepresentation variables to the transferRecords field on a ConnectApi.OCITransferReservationInputRepresentation variable.
- Use an Assignment element to set the allOrNothingTransferId field on the ConnectApi.OCITransferReservationInputRepresentation variable.
- Use the ConnectApi.OCITransferReservationInputRepresentation variable in the action input.

