Skip to content

Create a product

POST
/products

Create a new product

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 created

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

Invalid request

object
success
required
boolean
error
required
string
Example
An error occurred

Unauthorized