Simulating shipments

When you're testing in the staging environment, you might need the statuses of the couriers to move from one state to another and usually that isn't possible.

We built a /simulator endpoint that can help you move from one status to another.

ParametersRequired?Description
tracking_number StringRequiredThe tracking number of your shipment.
status StringRequiredThe type of action you want to do with the shipment. The only available options are:

next: Move the current status to the next status
cancel: Cancel the shipment
return: Mark the shipment for returns
fail: Mark the shipment as a failed_delivery
Language
Click Try It! to start a request and see the response here!