My Account

Simulator Requests

The simulator requests allow the testing and development of requests that involve replicating actions involving a driver. During testing, some actions can't be directly represented. For example, a driver cannot accept a delivery. The simulator requests allow replicating actions involving a driver, such as a driver accepting a delivery. Simulator requests are included to move orders through the delivery lifecycle.

It is possible there may be a delay in the processing of a simulation request. A request may return a success code (of 200) but that the next step would not have been completed. In these cases, the request must be called repeatedly until the next step is available. If an application is making the request, this could be inside a loop, and the request cycle continues automatically. The request may be made manually, such as during debugging, but could take up to several minutes to change statuses.

Note: These requests can be made only with a sandbox account.