GitHub

MockOrderShipment

import { MockOrderShipment } from '@daffodil/order/driver/magento/2-4-1/testing'
class MockOrderShipment implements MagentoOrderShipment {
  __typename: <const>'OrderShipment'
  tracking: this.createTracking()
  items: this.createItems()
}

Properties

Name Type Description
__typename <const>'OrderShipment'
tracking this.createTracking()
items this.createItems()