import { DaffInMemoryCartShippingMethodsService } from '@daffodil/cart/driver/in-memory'
@Injectable()
class DaffInMemoryCartShippingMethodsService extends DaffInMemoryDriverBase implements DaffCartShippingMethodsServiceInterface<DaffCartShippingRate> {
list(cartId: string): Observable<DaffCartShippingRate[]>
}
Observable<DaffCartShippingRate[]>List the available shipping methods for a cart.
| Parameter | cartId: string |
|---|---|
| Description |