Definition
In the E-commerce API, an order is a record of a purchase made by a customer on an online store. It holds the list of items, quantities, prices, shipping details, and payment status.Purpose
Orders capture each purchase made through the online store.Relationships
- An order belongs to a customer.
- It contains line items referencing products.
- It is linked to a payment method.