GitHub

DaffOrderLoad

import { DaffOrderLoad } from '@daffodil/order/state'

Triggers the loading of the specified order.

class DaffOrderLoad<<T extends DaffOrder = DaffOrder>>  implements Action {
  readonly type: DaffOrderActionTypes.OrderLoadAction = DaffOrderActionTypes.OrderLoadAction
  orderId: T["id"]
  cartId: string
}