List inventory items

View as Markdown

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Query parameters

PageintegerOptional0-2147483647
Page of inventory items to get
LimitintegerOptional1-250
Amount of inventory items per page to request
IsActivebooleanOptional
Whether the inventory should be active or not
IsDigitalbooleanOptional
Whether the inventory is digital or not
IDsstringOptional
Comma separated inventory ids to filter by
SortstringOptional

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

SearchstringOptional
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.
LocationTypestringOptional
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