Newer Version Available

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

Hold FO Capacity Input

Request to hold fulfillment order capacity at one or more locations. Can correspond to one action call.
Root XML tag
<holdFOCapacityInput>
JSON example
1{
2  "holdFOCapacityRequests": [
3    {
4      "capacityRequests": [
5        {
6          "actionRequestId" : "FOCapacityInteractionId1",
7          "locationId": "LOC-1"
8        },
9        {
10          "actionRequestId" : "FOCapacityInteractionId2",
11          "locationId": "LOC-1"
12        },
13        {
14          "actionRequestId" : "FOCapacityInteractionId3",
15          "locationId": "LOC-2"
16        }
17      ],
18      "allOrNothing": false
19    },
20    {
21      "capacityRequests": [
22        {
23          "actionRequestId" : "FOCapacityInteractionId4",
24          "locationId": "LOC-1"
25        },
26        {
27          "actionRequestId" : "FOCapacityInteractionId5",
28          "locationId": "LOC-1"
29        }
30      ],
31      "allOrNothing":true
32    }
33  ]
34}
Properties
Name Type Description Required or Optional Available Version
holdFOCapacity​Requests Hold FO Capacity Request Input[] List of requests to hold fulfillment order capacity at one or more locations. Required 55.0