Skip to main content

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.
These APIs are NOT available in production environment. They are intended for sandbox validation only.

Sandbox Workflow

To create a test order and set it to READY_TO_SHIP status, follow this workflow:
1

Create Order

Create a test order using the Create Order API. Save the orderId from the response.
2

Approve Order

Approve the order for processing using the Approve Order API with the orderId from step 1.
3

Start Handling

Set the order as ready to be handled using the Start Handling Order API with the same orderId.
4

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).
5

Retrieve Documents

Once the order reaches READY_TO_SHIP status, you can retrieve order documents and proceed with fulfillment testing.