Skip to main content
GET
Get Product Classifications

Authorizations

Authorization
string
header
required

Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.

Path Parameters

type
enum<string>
required

This field determines which types of products will be matched. Regular SKUs belonging to a single merchant are known as "normal" products, while the other types are pertaining to Packaging Features. For read-only operations, you may also specify one of the following meta-types which represent multiple individual types:

  • any returns all types
  • stockable returns only types that can be managed with inventory (all except data_collection and instructions)
  • packaging returns all types except for normal
Available options:
any,
normal,
stockable,
packaging,
containers,
supplies,
data_collection,
instructions,
infill
id
integer<int64>
required

Product or packaging ID.

Required range: x >= 1

Response

Current materialized classifications for the Product.

resource
ProductClassifications · object

Current materialized storage classifications for one Product or packaging object.