Update a product
PATCH /products/{product_id}
PATCH
/products/{product_id}
Update an existing product
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” product_id
required
string
Product ID
Request Body required
Section titled “Request Body required ”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
Responses
Section titled “ Responses ”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