post https://staging-api.shipmates.app/v1/webhooks/simulator
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.
Parameters | Required? | Description |
---|---|---|
tracking_number String | Required | The tracking number of your shipment. |
status String | Required | The 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 |