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