Types > StorefrontCustomerInventoryPage
Storefront APITypesStorefrontCustomerInventoryPage
StorefrontCustomerInventoryPage

Description

Topic: Customer Inventory

Fields

count: Int!

Total number of items in the collection


items: [StorefrontCustomerInventory!]!


last_key: String!

Key of the last item for keyset based iteration


Used By

Queries

storefrontCustomerInventoryPage

Preview (typescript)

interface StorefrontCustomerInventoryPage {
count: number
items: StorefrontCustomerInventory[]
last_key: string
}