Skip to main content
Version: 202607

List variant inventory items

GET 

/openapi/2026-07/inventory_items/variant

Returns a list of inventory items associated with product variants.

Request

Query Parameters

    variant_ids string[]

    List of variant ids, must contain at least one ID. Example: ?variant_ids=2001&variant_ids=2002

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    variant_inventory_items object[]

    Inventory items of variants

  • Array [
  • inventory_item_idstring

    Inventory item ID

    variant_idstring

    Variant ID

  • ]