Skip to main content

Definition

In the POS API, a product is an item available for sale at the point of sale. It holds a name, a price, a category, and optionally a tax rate.
“Product” also exists in the E-commerce API (an item listed in an online store) and the Invoicing API (an item on an invoice line).

Purpose

Products define what can be sold. They appear as line items on orders and sales.

Relationships

  • A product belongs to a product category.
  • It is referenced by order and sale line items.
  • It can have an accounting category.

Endpoints

Products

Categories

See also