GitHub

ShopifyFulfillmentFulfillmentLineItemsArgs

Type

import { ShopifyFulfillmentFulfillmentLineItemsArgs } 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 ShopifyFulfillmentFulfillmentLineItemsArgs {
  after: string
  before: string
  first: number
  last: number
  reverse: boolean
}