Creates a new inventory/product item.
Request body
Name of the inventory item. Required. Max 200 characters. Must be unique within the account.
Stock Keeping Unit code. Max 100 characters. When provided, must be unique within the account.
Detailed description of the item. Plain UTF8 text. Max 1000 characters.
The default sale price of the item, in the account currency. Must be zero or greater.
The default tax rate ID applied when selling this item. Must be the TaxID of a tax belonging to the account.
Set to true to hide this item from the item pickers on invoices and estimates ("Hide from Invoicing"). Defaults to false.
The default cost/purchase price of the item, in the account currency. Must be zero or greater.
The default tax rate ID applied when purchasing this item. Must be the TaxID of a tax belonging to the account.
Set to true to hide this item from the item pickers on bills ("Hide from Bills"). Defaults to false.
Response
Returns the created inventory item.
Unique identifier for the inventory/product item.
Name of the inventory item.
Detailed description of the item.
Stock Keeping Unit code.
The cost/purchase price of the item.
The default sale price of the item.
The default tax rate ID applied when selling this item.
The default tax rate ID applied when purchasing this item (used on bills).
Whether this item is hidden from the item pickers on invoices and estimates ("Hide from Invoicing").
Whether this item is hidden from the item pickers on bills ("Hide from Bills").
Date the item was created.
Date the item was last updated.
Changes
Changed in 1 of the 3 revisions of this API.○1
- ○
endpoint added
endpoint-added
- ○