- Resource Central
- Carriers
Carriers
Carriers of trays on a Kardex machine.
Attributes
-
name
integer
The carrier number in a 3-digit format.
-
id
string
Unique identifier for the object.
-
blockReason
string
Reason for blocking the material in this location from warehouse operations.
-
isBlockedForPick
boolean
If the carrier is blocked from picking.
Possible values:
0 = False
1 = True -
isBlockedForPut
boolean
If the carrier is blocked from putting.
Possible values:
0 = False
1 = True -
maxWeight
integer
Permitted weight limit of the storage unit, if working with weight control. The preset unit of measurement is grams.
-
number
integer
The number of the carrier.
Endpoints
Get a list of carriers from the PPG database. View the guide on adding filters to List API calls.
Body Parameters
-
number
string
The number of the carrier.
-
countOnly
boolean
When "true", will only return a count of the amount of items in the query.
Default value:
false -
limit
integer
A limit on the number of objects to be returned.
Default value:
1000 -
page
integer
Page numbering is zero-based and uses the value of the "limit" argument. (For example, if limit=20, then page=0 will display the hits from 1 to 20.)
-
orderBy
string, array
Order the response by the selected field. Multiple values can be passed, separated by a comma.
Get a single carrier from the PPG database and return a JSON response.