Get Handling Class
Returns one HandlingClass by its numeric ID. Add
fields=conditions,conditions_readable when loading the class for editing.
Authorizations
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
Handling Class ID.
x >= 114
Query Parameters
Select fields of the HandlingClass object. See the
selecting fields page for more information.
Specify fields of the HandlingClass object to include in the response.
all, name, code, sort_order, warehouses, conditions, referenced_product_profiles, conditions_readable, matched_count, classification, created_at, updated_at Specify fields of the referenced Warehouse objects to include under included.Warehouse. type and id are always returned. See the selecting fields page for more information.
Specify additional fields of the Warehouse object to be included in the response.
basic, all, id, name, is_active, abbreviation Specify fields of the referenced ProductProfile objects to include under included.ProductProfile. type and id are always returned. See the selecting fields page for more information.
Specify fields of an included ProductProfile object.
basic, all, name, code, conditions, conditions_readable, matched_count, classification, created_at, updated_at Response
The requested Handling Class.
A Warehouse-scoped Product classification used by Slotting and Replenishment. Classification
is asynchronous: after conditions or Warehouse assignments change, poll the resource until
classification.status is up_to_date. Product changes flow through a separate asynchronous
changelog and may not appear immediately in materialized classification.
Related Warehouses and Product Profiles requested through nested fields:* parameters.