GitHub

DaffMagentoCartAddressService

A service for making Magento GraphQL queries for carts.

import { DaffMagentoCartAddressService } from '@daffodil/cart/driver/magento'
@Injectable()
class DaffMagentoCartAddressService implements DaffCartAddressServiceInterface {
  update(
    cartId: string
    address: Partial<DaffCartAddress>
  ): Observable<Partial<DaffCart>>
}

Properties

Name Type Description
update Observable<Partial<DaffCart>>

Update the billing and shipping address of a cart