Routing, Confirm Held Capacity

Confirm held fulfillment order capacity at one or more locations. This call decreases a location’s held capacity and increases its assigned fulfillment order count. Confirm held capacity when you assign a fulfillment order to a location.
Resource
/commerce/order-management/routing/fulfillment-order-capacity/actions/confirm-held-capacity
Available version
55.0
HTTP methods
POST
Request body for POST
Confirm Held FO Capacity Input
Root XML tag
<confirmHeldFOCapacityInput>
JSON example
{
  "confirmHeldFOCapacityRequests": [
    {
      "capacityRequests": [
        {
          "actionRequestId" : "FOCapacityInteractionId1",
          "locationId": "LOC-1"
        }
      ],
      "allOrNothing": false
    },
    {
      "capacityRequests": [
        {
          "actionRequestId" : "FOCapacityInteractionId2",
          "locationId": "LOC-1"
        },
        {
          "actionRequestId" : "FOCapacityInteractionId3",
          "locationId": "LOC-2"
        }
      ],
      "allOrNothing": false
    }
  ]
}
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
Response body for POST
Confirm Held FO Capacity Output