List inventory items
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token
OR
AuthorizationBearer
OAuth2 authentication using JWT tokens
Query parameters
Page
Page of inventory items to get
Limit
Amount of inventory items per page to request
IsActive
Whether the inventory should be active or not
IsDigital
Whether the inventory is digital or not
IDs
Comma separated inventory ids to filter by
Sort
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
Search is available for 2 fields, Inventory ID and Name -
1. Expected behavior for search by Inventory ID is exact match
2. 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
LocationType is valid for hub, spoke, or lts.
LocationType will default to all locations.
Response
Success
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error

