The Order resource can be used for integrating Chargebee with any shipping/order management application (like ShipStation)
Orders are not automatically generated or updated by Chargebee currently. They have to be created/updated either via api or merchant web console (a.k.a admin console).
An order can be created against an invoice irrespective of the status of the invoice and an invoice can have multiple orders associated with it.
{
"created_at": 1517679533,
"created_by": "full_access_key_v1",
"id": "__test__5SK0bLNFRFuCBmQJV",
"invoice_id": "__demo_inv__2",
"object": "order",
"status": "new",
"status_update_at": 1517679533
}Updates an order. If the status of an order is changed while updating the order, the status_update_at attribute is set with the current time.
Retrieves an order corresponding to the order id passed.
This API is used to retrieve a list of all the available orders.
Retrieves the orders corresponding to an invoice, with the latest ones on top.