Skip to content

Update a product

PATCH
/products/{product_id}

Update an existing product

product_id
required
string

Product ID

object
department
string
name
string
description
string
unit
string
unit_weight
string
resource_group_id
string
external_id
string
hazmat_codes
string
archived
boolean
search_terms
string
superseded_by
string
inventory_cost
object
key
additional properties
any
total_inventory
string
display_name
string

Product updated

object
id
string
company_id
string
department
string | null
name
string | null
description
string | null
unit
string | null
unit_weight
string | null
resource_group_id
string | null
external_id
string | null
hazmat_codes
string | null
archived
boolean
search_terms
string | null
superseded_by
string | null
inventory_cost
object | null
total_inventory
string | null
display_name
string | null
last_modified_date
string | null format: date-time

Product not found