Get a product
GET /products/{product_id}
GET
/products/{product_id}
Retrieve a specific product by ID
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” product_id
required
string
Product ID
Responses
Section titled “ Responses ”Product details
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