Added
New Pick and Pack API
4 days ago
The new Pick and Pack API offers robust functionality to support end-to-end order fulfillment processes. This API enables users to manage orders, streamline picking operations, track shipments, and handle returns efficiently. With it, you can retrieve detailed order information including items, packages, and current status; access worksheet data to guide picking operations, query delivery and tracking information for shipments, and retrieve facility details to support logistical planning.
The Pick and Pack API contains the following endpoints:
POST
Generate JWT token: Generate a JWT token.GET
Get order by ID: Retrieve orders by ID and see delivery details, including tracking information.PATCH
Set order delivery: Update delivery tracking information.GET
Get worksheet by ID: Retrieve worksheet data.GET
Get worksheets by order ID: Retrieve all worksheets linked to a specific order.GET
Get facility by ID: Retrieve facility-related information.GET
Get shipment: Retrieve shipment tracking for individual shipments.GET
List shipments: Retrieve a list of all shipments.
For more information about the feature, refer to the Pick and Pack article.