Types > StorefrontOrderPage
Description
Topic: Orders
Fields
Total number of items in the collection
items: [StorefrontOrder!]!
Key of the last item for keyset based iteration
Used By
Queries
Preview (typescript)
interface StorefrontOrderPage {count: numberitems: StorefrontOrder[]last_key: string}