import { DaffCartShippingMethodsServiceInterface } from '@daffodil/cart/driver'
The interface responsible for retrieving the available shipping methods of a cart.
interface DaffCartShippingMethodsServiceInterface<T extends DaffCartShippingRate = DaffCartShippingRate> {
list(cartId: string): Observable<T[]>
}
Observable<T[]>
List the available shipping methods for a cart.
Parameter | cartId: string |
---|---|
Description |