Skip to main content

Definition

An order is a record of a purchase made by a customer on an eCommerce platform. 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.

Endpoints