GET:variant_inventory/state/page.json
Commerce APIGET:variant_inventory/state/page.json

GET:variant_inventory/state/page.json

Description

Get all inventory state entries.

See also: Pagination.

Permission bit: "variant_inventory.read"

Topic: Inventory

Query Parameters

limit: Int

Return up to N entries (pagination). See also: Pagination

Example: ?limit=5


offset: Int

Skip N entries (pagination). See also: Pagination

Example: ?offset=5


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY


variant_id: String, required

Unique variant identifier. See also: Unique Identifiers

Example: ?variant_id=va_EQzGqWoY

Response Body

VariantInventoryStatePage

Response Body Type

Loading module