Newer Version Available

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

Release Held FO Capacity Input

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