GitHub

DaffOrderShippingMethod

import { DaffOrderShippingMethod } from '@daffodil/order'

interface DaffOrderShippingMethod {
  order_id: string
  created_at: string
  updated_at: string
  carrier: string
  carrier_title: string
  code: string
  method: string
  method_description: string
  method_title: string
}