GitHub

DaffCartShippingMethodsServiceInterface

The interface responsible for retrieving the available shipping methods of a cart.

import { DaffCartShippingMethodsServiceInterface } from '@daffodil/cart/driver'
interface DaffCartShippingMethodsServiceInterface<T extends DaffCartShippingRate = DaffCartShippingRate> {
  list: Observable<T[]>
}

Properties

Name Type Description
list Observable<T[]>

List the available shipping methods for a cart.