GitHub

MagentoOrderShipment

Type

import { MagentoOrderShipment } from '@daffodil/order/driver/magento/2.4.1'

interface MagentoOrderShipment {
  __typename: "OrderShipment"
  tracking: MagentoOrderShipmentTracking[]
  items: MagentoOrderShipmentItem[]
}