Inventory
List inventory items
GET
Authorizations
Authentication using Personal Access Token (PAT) token
Query Parameters
Page of inventory items to get
Required range:
0 <= x <= 2147483647
Amount of inventory items per page to request
Required range:
1 <= x <= 250
Whether the inventory should be active or not
Whether the inventory is digital or not
Comma separated inventory ids to filter by
Sort will default to ascending order for each field. To sort in descending order please pass a "-" in front of the field name. For example, Sort=-onHand,name will sort by onHand descending
Search is available for 2 fields, Inventory ID and Name -
- Expected behavior for search by Inventory ID is exact match
- Expected behavior for search by Inventory Name is partial match, i.e. does not have to be start of word, but must be consecutive characters. This is not case sensitive.
LocationType is valid for hub, spoke, or lts. LocationType will default to all locations.
Response
200
application/json
Success
The response is of type object[]
.