You are here:
Release Reservation Action
In Omnichannel Inventory, release one or more inventory reservations.
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 Release Reservation.
Set Input Values
Use values from earlier in the flow to set the inputs.
| Input Parameter | Description |
|---|---|
| Omnichannel Inventory Service Release Reservation Input | This input is an Apex-defined variable of class ConnectApi.OCIReleaseReservationInputRepresentation. The variable has one field: releaseRecords. This field is a list of up to 100 Apex-defined variables of class ConnectApi.OCIReleaseReservationSingleInputRepresentation. Each variable has these fields.
|
Store Output Values
| Output Parameter | Description |
|---|---|
| Omnichannel Inventory Service Release Reservation Output | This value is an Apex-defined variable of class ConnectApi.OCIReleaseReservationOutputRepresentation. The variable has these fields.
|
To set up the Omnichannel Inventory Service Release Reservation Input:
- For each reservation to release, use Assignment elements to set the actionRequestId, externalRefId, locationGroupIdentifier or locationIdentifier, quantity, and stockKeepingUnit field values on a ConnectApi.OCIReleaseReservationSingleInputRepresentation variable.
- Use Assignment elements to add the ConnectApi.OCIReleaseReservationSingleInputRepresentation variables to the releaseRecords field on a ConnectApi.OCIReleaseReservationInputRepresentation variable.
- Use the ConnectApi.OCIReleaseReservationInputRepresentation variable in the action input.

