Skip to main content

Definition

In the Invoicing API, a product is an item or service that can appear on an invoice line. It holds a name, a description, a unit price, and optionally a default tax rate.
“Product” also exists in the E-commerce API (an item listed in an online store) and the POS API (an item sold at a point of sale).

Purpose

Products standardize what appears on invoice lines. They avoid re-entering the same item details on every invoice.

Relationships

  • Referenced by invoice lines.
  • Can have a default tax rate.

Endpoints

Read

Write

See also