GitHub

ShopifyFulfillmentTrackingInfo

interface

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

Tracking information associated with the fulfillment.

interface ShopifyFulfillmentTrackingInfo {
  __typename: "FulfillmentTrackingInfo"
  number: string
  url: Maybe<Scalars['URL']['output']>
}

Properties

__typename
"FulfillmentTrackingInfo"
number
string

The tracking number of the fulfillment.

url
Maybe<Scalars['URL']['output']>

The URL to track the fulfillment.