Create Slot Type
Creates a new SlotType according to the request body. The name must be unique.
Measurements are stored in the instance’s base unit; a value submitted with a different
unit is converted first. Setting is_fixed_capacity to true requires all three slot
dimensions to be present and greater than zero.
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.
Query Parameters
Specify additional fields of the SlotType object to be included in the response.
basic, all, name, is_pickable, sort_order, patterns, is_fixed_capacity, slot_dimensions, weight_capacity, created_at, updated_at Body
The descriptive name of the slot type.
45"Pickable Pallets"
Whether locations of this type are easy to pick from. Defaults to true.
true
The order in which this slot type's auto-assign patterns are tested, lowest first;
among slot types sharing a sort order the newest is tested first. Defaults to
65535 (the maximum) so a new slot type is tested after every explicitly ordered
type, but ahead of any older type also left at the maximum — including the
built-in match-all Default type.
0 <= x <= 6553510
Label patterns that automatically assign this slot type to matching locations. Stored in a canonical order rather than the submitted one.
Whether slots of this type hold a fixed, known amount. Defaults to false.
true
Interior dimensions that describe physical extents, so none of them may be negative. All three
axes are supplied together; send null rather than a partial object to clear them.
A weight that describes a capacity or an allowance rather than a measurement, and so cannot be
negative. Send null rather than an object without a value to clear a stored weight.
Response
Slot type created.
The SlotType object allows locations with common attributes or purposes to be easily distinguishable.
The slot type also determines if a location is pickable or not which may affect whether or not the location
can be reserved for shipments when creating a batch.
A slot type may additionally declare a fixed physical capacity, which drives slot capacity and utilization calculations, and a list of label patterns that auto-assign the type to matching locations.