The PureWay Vendor web API is a simple RESTful service that allows you to request Product to be shipped to your customers and to track the progression of each shipment, from order to disposal.
To submit an order, POST a completed ManifestDTO to the Manifests Resource. You will receive a receipt number by return.
Tracking an order using the API is simple. Pass the Receipt Number of the order you want to track to the Manifests Resource and the Manifest will be returned with the latest status.
Once shipped, your customers can track their orders using the online portal. To log in to the portal, customers use the details emailed to them as their order ships.