Overview
The sandbox environment allows you to create test orders and practice the complete order fulfillment workflow. These endpoints are available only in the sandbox environment and are intended for testing purposes.Sandbox Workflow
To create a test order and set it toREADY_TO_SHIP status, follow this workflow:
Create Order
Create a test order using the Create Order API. Save the
orderId from the response.Approve Order
Approve the order for processing using the Approve Order API with the
orderId from step 1.Start Handling
Set the order as ready to be handled using the Start Handling Order API with the same
orderId.Wait for Auto-progression
The order will automatically progress through several statuses (PACKED, INVOICED, READY_TO_SHIP) within a few minutes (usually a few seconds).
