Newer Version Available

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

Release Held FO Capacity Request Input

Request to release held fulfillment order capacity at one or more locations.
Root XML tag
<releaseHeldFOCapacityRequestInput>
JSON example
1{
2  "capacityRequests": [
3    {
4      "actionRequestId" : "FOCapacityInteractionId1",
5      "locationId": "LOC-1"
6    },
7    {
8      "actionRequestId" : "FOCapacityInteractionId4",
9      "locationId": "LOC-1"
10    }
11  ],
12  "allOrNothing": false
13},
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 release held fulfillment order capacity. Each request is for capacity for one fulfillment order held at one location. Required 55.0