Routing, Release Held Capacity

Release held fulfillment order capacity at one or more locations. This call decreases a location’s held capacity without changing its assigned fulfillment order count. Release held capacity when you cancel the assignment of a fulfillment order to a location.
Resource
1/commerce/order-management/routing/fulfillment-order-capacity/actions/release-held-capacity
Available version
55.0
HTTP methods
POST
Request body for POST
Release Held FO Capacity Input
Root XML tag
<releaseHeldFOCapacityInput>
JSON example
1{
2  "releaseHeldFOCapacityRequests": [
3    {
4      "capacityRequests": [
5        {
6          "actionRequestId" : "FOCapacityInteractionId1",
7          "locationId": "LOC-1"
8        },
9        {
10          "actionRequestId" : "FOCapacityInteractionId4",
11          "locationId": "LOC-1"
12        }
13      ],
14      "allOrNothing": false
15    },
16    {
17      "capacityRequests": [
18        {
19          "actionRequestId" : "FOCapacityInteractionId2",
20          "locationId": "LOC-2"
21        },
22        {
23          "actionRequestId" : "FOCapacityInteractionId3",
24          "locationId": "LOC-2"
25        }
26      ],
27      "allOrNothing":false
28    }
29  ]
30}
Properties
Name Type Description Required or Optional Available Version
releaseHeldFO​CapacityRequests Release Held FO Capacity Request Input[] List of requests to release held fulfillment order capacity at one or more locations. Required 55.0
Response body for POST
Release Held FO Capacity Output