Newer Version Available

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

Routing, Get Capacity Values

Get information about the current fulfillment order capacity of one or more locations.
Resource
1/commerce/order-management/routing/fulfillment-order-capacity/actions/get-capacity-values
Available version
55.0
HTTP methods
POST
Request body for POST
Get FO Capacity Values Request Input
Root XML tag
<getFOCapacityValuesRequestRequestInput>
JSON example
1{
2  "locationIds": ["LOC-1", "LOC-2", "LOC-3", "LOC-5"]
3}
Properties
Name Type Description Required or Optional Available Version
locationIds String[] List of IDs of the locations to get fulfillment order capacity information for. Required 55.0
Response body for POST
Get FO Capacity Values Output