-
Help Topics
Expand all | Collapse all
Set Shipping Options
You can set ship options, including shipping method, weight, dimensions, extra packages and other options on an existing unshipped order in your Teapplix using POST /OrderShipOptions API. Notice this API is designed to update orders not yet shipped without marking the order as shipped:
- To get what is the current package and options on an order, download the order using GET /OrderNotification
- To download information regarding an shipped order, optionally including labels, use /Shipment endpoint
- To mark an order shipped, including uploading a label image, use POST /Shipment endpoint