v9

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-071292691.1 MB
inventory

List inventory positions

Returns a paginated list of inventory positions scoped to the caller account. Filter by one or more exact "sku" (repeatable), free-text "q" matching the SKU (case-insensitive substring, mutually exclusive with "sku") and one or more "strategyCode" (repeatable).

get/api/v1/inventory

Query parameters

skustring[]
qstring
strategyCodestring[]
pagenumber
limitnumber
sortBystring
sortOrderstring

Response

Paginated list of inventory positions.

Example response

{
  "meta": {
    "total": 42,
    "pages": 3,
    "current_page": 1,
    "next_page": 2,
    "limit": 20
  }
}