Skip to main content

Items

The Items API provides CRUD access to the product/service catalog. Catalog items populate invoice and estimate line items.
New to the API? Start with Getting started (base URL, response envelope, errors, pagination) and Authentication (API keys).
Identifier note: items are addressed by their numeric item_id.
An item sits under an item category (a category of type item) and carries a unit, a rate and a default tax rate.
Scope: production tasks, bulk change-category, pinning, import and the purchasing/stock module are out of API scope. Items have no tags.

The item object


List / search items

Query params: category_id, unit_id, tax_rate_id, rate_min, rate_max, search, sort (item_description,item_rate,item_created), order, limit, page.

Get an item


Create an item

Returns the new item (201).

Update an item

Same fields as create.

Delete an item


Errors

See Getting started. Item-specific: