Orders

Orders are placed by POST-ing to the Order route. An order can have one or more jobs attached to it. Each job is a collection of UUids that identify a product and all its options plus shipping information. Once an order submission is successful, a response containing a unique id for each job is returned. These unique job-numbers can be used to GET status of each job by using the Order Status route.

Qualified products that ship-to same address can be group shipped. Currently only multiple set orders with exact same product and options can be group shipped.