Added
New Operational Capacity API
March, 31
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:
PUTConfigure location capacity: Update the capacity settings of a specific location to control operational capacity.GETGet locations capacities by account: Retrieve the current capacities of all locations associated with a parent account.GETList location capacities: List capacity details of a specific location for the upcoming days.GETList locations: Retrieve a paginated list of fulfillment locations based on status and search criteria.PUTUpdate location status: Update the status of a specific location to eitherACTIVEorMANUALLY_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.