GitHub

ShopifyCheckoutDiscountApplicationsArgs

interface

import { ShopifyCheckoutDiscountApplicationsArgs } from '@daffodil/driver/shopify'

A container for all the information required to checkout items and pay.

The Storefront GraphQL Checkout API is deprecated and will be removed in a future version. Please see https://shopify.dev/changelog/deprecation-of-checkout-apis for more information.

interface ShopifyCheckoutDiscountApplicationsArgs {
  after: string
  before: string
  first: number
  last: number
  reverse: boolean
}