Skip to main content
GET
/
items
/
{itemId}
Get item
curl --request GET \
  --url https://api.quivo.co/items/{itemId}
{
  "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

itemId
integer<int64>
required

The unique identifier for an inventory item.

Response

Returns the inventory item details including current stock, location, and lot information.

Inventory item information. Contains warehouse item details including SKU, quantity, location, lot numbers, and availability status.

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