GitHub

ShopifyShippingRate

interface

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

A shipping rate to be applied to a checkout.

interface ShopifyShippingRate {
  __typename: "ShippingRate"
  handle: string
  price: ShopifyMoneyV2
  priceV2: ShopifyMoneyV2
  title: string
}

Properties

__typename
"ShippingRate"
handle
string

Human-readable unique identifier for this shipping rate.

price
ShopifyMoneyV2

Price of this shipping rate.

priceV2
ShopifyMoneyV2

Price of this shipping rate.

title
string

Title of this shipping rate.