Types > VariantInventoryLogPage
Commerce APITypesVariantInventoryLogPage
VariantInventoryLogPage

Description

Topic: Inventory

Fields

count: Int!

Total number of items in the collection


items: [VariantInventoryLog!]!


last_key: String!

Key of the last item for keyset based iteration


Used By

Queries

variantInventoryLogPage

Preview (typescript)

interface VariantInventoryLogPage {
count: number
items: VariantInventoryLog[]
last_key: string
}