> ## Documentation Index
> Fetch the complete documentation index at: https://redo-44af351d-docs-v3-graphql-api-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Inventory

> Stock levels and the locations that hold them.

## Queries

* [`inventoryLevel`](/docs/api-reference/v3/reference/inventory/queries/inventory-level)
  — Fetch a single inventory level by its id. List levels through
  `Product.inventoryLevels` or `Location.inventoryLevels`.
* [`location`](/docs/api-reference/v3/reference/inventory/queries/location) —
  Fetch a single location by its id.
* [`locations`](/docs/api-reference/v3/reference/inventory/queries/locations) —
  List locations.

## Objects

* [InventoryProduct](/docs/api-reference/v3/reference/inventory/inventory-product)
  — An inventory/fulfillment-oriented view of the product: scoped to what a
  partner needs to identify and ship it, without exposing all of the owner's
  product data.
* [Location](/docs/api-reference/v3/reference/inventory/location) — A physical
  or logical location where inventory is held or shipped from.
* [LocationInventoryLevel](/docs/api-reference/v3/reference/inventory/location-inventory-level)
  — Inventory levels for a product at a single location.

## Enums

* [LocationSortKey](/docs/api-reference/v3/reference/inventory/location-sort-key)
  — A field this list can be ordered by; pass to the list's `orderBy` argument
  and pair with `reverse` to flip direction.
