GitHub

DaffCartShippingMethodsLoad

Triggers the load of the cart's available shipping methods.

import { DaffCartShippingMethodsLoad } from '@daffodil/cart/state'
class DaffCartShippingMethodsLoad implements Action {
  readonly type: DaffCartShippingMethodsActionTypes.CartShippingMethodsLoadAction
}

Properties

Name Type Description
type DaffCartShippingMethodsActionTypes.CartShippingMethodsLoadAction