Create item

Endpoint for creating a new item.

Body Params
string

The description of the item.

string | null

The expense account for this item.

string
length ≤ 255

External identifier for the item.

boolean
Defaults to true

Whether the item is active.

boolean
Defaults to false

Whether inventory is tracked for this item.

item_units_of_measure
array of objects

The units of measure for this item.

item_units_of_measure
string
required
length ≤ 200

The name of the item.

string | null

The tax rate applied when purchasing this item.

string | null

The revenue account for this item.

string | null

The tax rate applied when selling this item.

string
length ≤ 200

The SKU of the item.

tax_authority
double | null

The default unit cost of the item if no unit of measure is specified.

double | null

The default unit price of the item if no unit of measure is specified.

Headers
string

Client-provided UUID to uniquely identify a request

Response

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json