GitHub

DaffOrderList

Triggers the loading of the orders for either the currently logged-in user or the specified guest cart.

import { DaffOrderList } from '@daffodil/order/state'
class DaffOrderList implements Action {
  readonly type: DaffOrderActionTypes.OrderListAction
  cartId: DaffCart['id']
  request: DaffCollectionRequest
}

Properties

Name Type Description
type DaffOrderActionTypes.OrderListAction
cartId DaffCart['id']
request DaffCollectionRequest