import { ShopifyFulfillmentTrackingInfoArgs } from '@daffodil/driver/shopify'
A shipment of one or more items in an order. Accessed through the Order object's successfulFulfillments field.
Each fulfillment includes the line items that shipped, the tracking company name, and tracking details like numbers and URLs. An order can have multiple fulfillments when items ship separately or from different locations.
interface ShopifyFulfillmentTrackingInfoArgs {
first: number
}