Newer Version Available

This content describes an older version of this product. View Latest

Confirm Held FO Capacity Input

Request to confirm held fulfillment order capacity at one or more locations. Can correspond to one action call.
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