GitHub

DaffMagentoCartShippingMethodsService

Service

import { DaffMagentoCartShippingMethodsService } from '@daffodil/cart/driver/magento'

A service for making Magento GraphQL queries for carts' shipping methods.

@Injectable()
class DaffMagentoCartShippingMethodsService implements DaffCartShippingMethodsServiceInterface {
  list(cartId: string): any
}

() Methods

list
any

List the available shipping methods for a cart.

Parameters
ParametercartId: string
Description