- Buyer perspective
Submitting your first order
In the previous guides, you created an empty order and then populated it with a line item containing two of our Cotton T-shirt products.
Shipping estimates
In a normal order checkout process, you would provide a shipping address and have a choice of shipping providers. This is what the Shipping Estimates integration is for and will be covered in later documentation.
See Integration Events: Estimate Shipping for more information.
Calculate
When a shipper is selected or pre-configured by the application, run an Order Calculate to update ShippingCost and TaxCost using a third-party provider and elevated API roles. Again, this is beyond the scope of this guide and covered in later documentation.
See Integration Events: Order Calculate for more information.
Submitting the order
Once you have an order with at least one line item, use the Order Submit endpoint to change the order's status from Unsubmitted to Open. At that point, the seller perspective or automation takes over fulfillment.
See Order Submit for more information.
The response looks like this:
The order now has IsSubmitted set to true, Status is set to "Open", and the DateSubmitted property has been set.
You have submitted your first OrderCloud order.