Operational Capacity API
This API allows management of sellers' fulfillment locations and their capacities for VTEX logistics operations. It supports retrieving capacities by parent account, configuring capacity settings per location, listing capacity details, retrieving a paginated list of locations, and updating location status.
Capacity
Capacity configuration
Capacity details
Locations
GETList locations
Location status
Endpoints
Capacity
| Summary | Method | Path |
|---|---|---|
| Get locations capacities by account | GET | /api/fulfillment-locations/capacity/by-parent-account-name |
Capacity configuration
| Summary | Method | Path |
|---|---|---|
| Configure location capacity | PUT | /api/fulfillment-locations/location/{locationId}/capacities/{code} |
Capacity details
| Summary | Method | Path |
|---|---|---|
| List location capacities | GET | /api/fulfillment-locations/locations/{locationId}/capacities |
Locations
| Summary | Method | Path |
|---|---|---|
| List locations | GET | /api/fulfillment-locations/location |
Location status
| Summary | Method | Path |
|---|---|---|
| Update location status | PUT | /api/fulfillment-locations/locations/{locationId}/status |