Skip to main content

Definition

An order is a record of items a customer selected for purchase at a point of sale. It holds the list of items, quantities, prices, and the associated payment information.

Purpose

Orders capture what a customer bought in a single transaction at the point of sale.

Relationships

  • An order belongs to a location.
  • It contains one or more line items referencing products.
  • It is linked to one or more payments.

Endpoints