Create Item

Adds a new item to your product catalog.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum

One or more response fields, separated by commas.

Body Params

Request body to create an Item.

Used to create a new item in the system.

boolean

Whether the item can be sold in fractional quantities.

string

Name of the category to which the item belongs. Required; cannot be provided with category_id.

string
required

ID of the category to which the item belongs. Required; cannot be provided with category.

string

Custom reference code for the item.

string

Unit cost of the item as a decimal. If provided, pricing_scheme must be flat, per_unit, or percentage.

string
enum

Type of cost (e.g., amount, percentage), used to interpret the cost value. If provided, pricing_scheme must be flat, per_unit, or percentage; required if cost is provided. Defaults to amount if not specified.

Allowed:
string

Textual description of the item.

string

Private notes about the item, not visible to customers.

string

Name of the item's manufacturer. Cannot be provided with manufacturer_id.

string

Unique ID of the manufacturer. Cannot be provided with manufacturer.

string
required

Name of the item being created.

percentage_price_category_ids
array of strings

Category IDs used for percentage-based pricing. If provided, pricing_scheme must be percentage; required if pricing_scheme is percentage.

percentage_price_category_ids
string

The percentage markup or markdown used in pricing. If provided, pricing_scheme must be percentage; required if pricing scheme is percentage.

string

Price of the item in decimal format. If provided, pricing_scheme must be flat or per_unit; validate decimal.

string
enum

Method used for pricing, such as flat, per_unit, or percentage. Defaults to per_unit if omitted.

Allowed:
string

Help text to guide users on how to select quantity.

boolean

Indicates whether the item is billed on a recurring basis.

string
enum

Time interval for recurring billing (e.g., monthly, yearly). If provided, recurring must be true; required if recurring is true.

Allowed:
boolean

Prevents discounts from being applied to this item.

boolean

Indicates whether option prices should be displayed alongside item price.

string

Unique product code used for tracking inventory.

string

Name of the item's supplier. Cannot be provided with supplier_id.

string

ID of the item's supplier. Cannot be provided with supplier.

boolean

Whether the item is subject to tax. Defaults to true if omitted.

string

Item weight in decimal format.

Responses

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