Items
Items are stored from invoice lines to make invoicing easier in the future.
Access Requirements
Access | Requires Authorization |
|
Includes
There are no includes to specify for items.
Filters
Filter Type | Name | Field | Description |
|---|---|---|---|
Equals | itemid | itemid | matches exact itemid |
Equals | sku | sku | matches exact SKU |
In | itemids | itemid | matches list of itemids, one specified per query arg |
Like | description | description | descriptions containing the parameter |
Between | unit_cost_min | unit_cost | unit costs greater than parameter |
Between | unit_cost_max | unit_cost | unit costs less than parameter |
Between | inventory_min | inventory | inventory count greater than parameter |
Between | inventory _max | inventory | inventory count less than parameter |
Between | updated_min | updated | date greater than or equal to parameter, YYYY-MM-DD format |
Between | updated_max | updated | date less than parameter, YYYY-MM-DD format |
Between | qty_min | qty | quantity greater than parameter |
Between | qty_max | qty | quantity less than parameter |
Field Descriptions
underlined fields are required on creation
Field | Type | Description |
|---|---|---|
id | int | unique id of item within this business |
itemid | int | duplicate of id |
accounting _systemid | string | unique id of business client exists on |
description | string | descriptive text for item |
inventory | string | decimal-string count of inventory |
name | string | descriptive name of item |
qty | string | decimal-string number to multiply unit cost by |
sku | string | id for a specific item or product, used in inventory management. Note the sku is not currently available in the FreshBooks UI. |
tax1 | int | id of default tax for the item |
tax2 | int | id of second default tax for the item |
unit_cost | object | subfields: amount and code |
- amount | string | decimal-string of amount per unit |
- code | string | three-letter currency code |
updated | datetime | date item was last updated |
vis_state | int | 0 for active, 1 for deleted, 2 archived |