Get All Inventories
Retrieves a paginated list of all inventory items. Supports filtering by active status, tags, and various product attributes. Use query parameters to search and filter results.
Authentication
AuthorizationBearer
Authentication using Personal Access Token (PAT) token or OAuth2
Query parameters
SearchBy
FilterOperations
InventoryIds
IsActive
IsDigital
PageSize
SortBy
Response
OK
first
URL to retrieve the first page of results. Null if already on the first page.
items
Array of inventory items in the current page of results.
last
URL to retrieve the last page of results. Null if already on the last page.
next
URL to retrieve the next page of results. Null if on the last page.
prev
URL to retrieve the previous page of results. Null if on the first page.

