Skip to main content

Definition

In the E-commerce API, a product is an item listed for sale on the platform. It holds a name, description, price, variants, and inventory data.
“Product” also exists in the Invoicing API (an item on an invoice line) and the POS API (an item sold at a point of sale).

Purpose

Products define what the online store sells. They appear as line items on orders.

Relationships

  • A product belongs to a product category.
  • It is referenced by order line items.
  • It can have a tax rate.

Endpoints

Products

Variants

Categories

See also