GitHub

ShopifyCartDeliveryOption

interface

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

Information about a delivery option.

interface ShopifyCartDeliveryOption {
  __typename: "CartDeliveryOption"
  code: string
  deliveryMethodType: ShopifyDeliveryMethodType
  description: string
  estimatedCost: ShopifyMoneyV2
  handle: string
  title: string
}

Properties

__typename
"CartDeliveryOption"
code
string

The code of the delivery option.

deliveryMethodType
ShopifyDeliveryMethodType

The method for the delivery option.

description
string

The description of the delivery option.

estimatedCost
ShopifyMoneyV2

The estimated cost for the delivery option.

handle
string

The unique identifier of the delivery option.

title
string

The title of the delivery option.