Products
The Products API manages your catalog of reusable line items — the goods and services you sell. Each product stores a default price, description, tax settings, and cost, and can be referenced when building invoices, quotes, and purchase orders to keep pricing and descriptions consistent.
Common uses
- Maintain a reusable catalog of goods and services
- Pre-fill invoice and quote line items from a product key
- Track stock quantities and notify on low inventory
getList products
/api/v1/productspostCreate Product
/api/v1/productsgetShow product
/api/v1/products/{id}putUpdate product
/api/v1/products/{id}deleteDelete product
/api/v1/products/{id}getEdit product
/api/v1/products/{id}/editgetBlank product
/api/v1/products/createpostBulk product actions
/api/v1/products/bulkpostAdd product document
/api/v1/products/{id}/upload