Update Item

Modifies the properties or configuration of an existing item.

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

Item ID

Query Params
string
enum

One or more response fields, separated by commas.

Body Params

Request body to update an Item.

Used to update the details of an existing item.

boolean

Whether fractional quantities are allowed when selling this item.

string

Name of the item's category. Cannot be provided with category_id.

string

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

string

Custom item code.

string

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

string
enum

Indicates how to interpret the item's cost (e.g., flat, percentage). If provided, pricing_scheme must be flat, per_unit, or percentage; required if cost is provided. Defaults to amount if an empty value is specified.

Allowed:
string

Item description.

string

Notes for internal use.

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

Name of the item.

percentage_price_category_ids
array of strings

List of category IDs for percentage-based pricing. If provided, pricing_scheme must be percentage; required if pricing_scheme is percentage.

percentage_price_category_ids
string

Percentage used for pricing. If provided, pricing_scheme must be percentage; required if pricing scheme is percentage.

string

Unit price of the item. If provided, pricing_scheme must be flat or per_unit; validate decimal.

string
enum

The method used to calculate the item's price. Defaults to per_unit if omitted.

Allowed:
string

Tooltip or help text related to quantity selection.

boolean

Whether the item is billed on a recurring schedule.

string
enum

Billing interval for recurring items. If provided, recurring must be true; required if recurring is true.

Allowed:
boolean

Disables discounts on the item.

boolean

Whether to display option prices next to the base price.

string

Stock keeping unit for inventory tracking.

string

Name of the supplier. Cannot be provided with supplier_id.

string

ID of the supplier. Cannot be provided with supplier.

boolean

Indicates whether the item is taxable. 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