GitHub

MagentoOrderShipmentTracking

import { MagentoOrderShipmentTracking } from '@daffodil/order/driver/magento/2-4-1'
interface MagentoOrderShipmentTracking {
  __typename: 'ShipmentTracking'
  carrier: string
  number: string
  title: string
}

Properties

Name Type Description
__typename 'ShipmentTracking'
carrier string
number string
title string