List all products
GET /products
GET
/products
Retrieve a paginated list of products
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” page
integer
page_size
integer
archived
boolean
department
string
resource_group_id
string
Responses
Section titled “ Responses ”List of products
object
data
Array
total
integer
page
integer
page_size
integer
has_more
boolean
data
Array<object>
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
Unauthorized
object
success
required
boolean
error
required
string
Example
An error occurred