Confirm Held FO Capacity Request Input

Request to confirm held fulfillment order capacity at one or more locations.
Root XML tag
<confirmHeldFOCapacityRequestInput>
JSON example
1{
2  "capacityRequests": [
3    {
4      "actionRequestId" : "FOCapacityInteractionId1",
5      "locationId": "LOC-1"
6    },
7    {
8      "actionRequestId" : "FOCapacityInteractionId2",
9      "locationId": "LOC-1"
10    },
11    {
12      "actionRequestId" : "FOCapacityInteractionId3",
13      "locationId": "LOC-2"
14    }
15  ],
16  "allOrNothing": false
17}
Properties
Name Type Description Required or Optional Available Version
allOrNothing Boolean Controls whether a single failed request cancels all other requests in the list (true) or whether some requests can succeed if others fail (false). The default value is false. Optional 55.0
capacityRequests Capacity Request Input[] List of requests to confirm held fulfillment order capacity. Each request is for one fulfillment order assigned to one location. Required 55.0