Added
New Operational Capacity API
3 days ago
The new Operational Capacity API allows merchants to manage and configure the sellers' operational capacities of their fulfillment locations. This functionality is essential for optimizing order processing, resource allocation, and maintaining accurate inventory and order records. By leveraging this API, merchants can ensure that their fulfillment operations run smoothly and efficiently.
The Operational Capacity API includes the following endpoints:
PUT
Configure location capacity: Update the capacity settings of a specific location to control operational capacity.GET
Get locations capacities by account: Retrieve the current capacities of all locations associated with a parent account.GET
List location capacities: List capacity details of a specific location for the upcoming days.GET
List locations: Retrieve a paginated list of fulfillment locations based on status and search criteria.PUT
Update location status: Update the status of a specific location to eitherACTIVE
orMANUALLY_PAUSED
. This is essential for managing location availability and ensuring accurate order processing.
For more detailed information and implementation guidance, refer to the Operational Capacity API documentation.