Skip to main content
GET
/
items
/
{warehouseId}
/
{sellerId}
List items
curl --request GET \
  --url https://api.quivo.co/items/{warehouseId}/{sellerId}
[
  {
    "sku": "<string>",
    "warehouseSku": "<string>",
    "sellerSku": "<string>",
    "name": "<string>",
    "barcode": "<string>",
    "countryOfOrigin": "<string>",
    "tariffNumber": "<string>",
    "sellerIdentifier": "<string>",
    "lotRequired": true,
    "restrictedShipping": true,
    "weight": 123,
    "quantity": 123,
    "inventory": 123,
    "inbound": 123,
    "reserved": 123,
    "articleDeletedAt": "2023-11-07T05:31:56Z",
    "warehouseId": 123,
    "itemId": 123,
    "itemInventories": [
      {
        "lot": "<string>",
        "expiration": "2023-11-07T05:31:56Z",
        "quantity": 123,
        "locationBlocked": true,
        "storage": "<string>",
        "location": "<string>",
        "blockedReason": "<string>"
      }
    ],
    "expirationDateRequired": true,
    "serialNumberRequired": true,
    "canShipWithoutCarton": true,
    "hasItemLedgerEntries": true,
    "articleId": 123,
    "articleIdentifier": "<string>",
    "articleType": "PRODUCT",
    "articleName": {
      "value": "<string>",
      "language": "DE"
    },
    "sort": {
      "short": true,
      "nodeType": "ARRAY",
      "float": true,
      "binary": true,
      "number": true,
      "integralNumber": true,
      "boolean": true,
      "double": true,
      "long": true,
      "int": true,
      "valueNode": true,
      "containerNode": true,
      "missingNode": true,
      "object": true,
      "pojo": true,
      "floatingPointNumber": true,
      "bigDecimal": true,
      "bigInteger": true,
      "textual": true,
      "array": true,
      "null": true
    }
  }
]

Path Parameters

warehouseId
integer<int64>
required

The unique identifier for the warehouse location where items are stored and orders are fulfilled.

sellerId
integer<int64>
required

The unique identifier for the seller account. This ID is used to scope operations to a specific seller's data and resources.

Query Parameters

query
string

Search query string used to filter results. This field supports specific syntax for filtering across multiple fields.

sort
string

Optional sorting criteria for the results. Format is typically 'field:direction' (e.g., 'created:desc').

page
integer<int64>

The page number to retrieve when using offset-based pagination. Ignored if 'searchAfter' is provided.

searchAfter
string

Used for cursor-based pagination. Pass the 'sort' key value from the last item of the previous page to retrieve the next set of results efficiently. Overrides 'page'.

pageSize
integer<int64>

The maximum number of items to return per page. Used for both offset and cursor-based pagination.

Response

Returns an array of inventory item summaries with stock levels and location information.

sku
string

Stock Keeping Unit (SKU) identifier

warehouseSku
string

Stock Keeping Unit (SKU) identifier

sellerSku
string

Stock Keeping Unit (SKU) identifier

name
string

The name of the item

barcode
string

Code or identifier

countryOfOrigin
string

Country code or name

tariffNumber
string

Number value

sellerIdentifier
string

The unique identifier for the sellerentifier

lotRequired
boolean

Indicates whether lot is required

restrictedShipping
boolean

Boolean flag indicating restricted shipping

weight
number

Weight value

quantity
integer<int32>

Quantity or amount

inventory
integer<int32>

Array of target SKU configurations for the fork operation

inbound
integer<int32>

The inbound numeric value

reserved
integer<int32>

The reserved numeric value

articleDeletedAt
string<date-time>

The article deleted at timestamp

warehouseId
integer<int64>

The unique identifier for the warehouse

itemId
integer<int64>

The unique identifier for the item

itemInventories
object[]

Array of item inventorie

expirationDateRequired
boolean

The expiration date required date

serialNumberRequired
boolean

Indicates whether serial number is required

canShipWithoutCarton
boolean

Boolean flag indicating can ship without carton

hasItemLedgerEntries
boolean

Boolean flag indicating has item ledger entries

articleId
integer<int64>

The unique identifier for the article

articleIdentifier
string

The unique identifier for the articleentifier

articleType
enum<string>

The type or category of the article

Available options:
PRODUCT,
CARTON
articleName
object

Detailed information for stringi18n

sort
object

The