Routing, Confirm Held Capacity

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