import { DaffMagentoCartAddressService } from '@daffodil/cart/driver/magento'
A service for making Magento GraphQL queries for carts.
@Injectable()
class DaffMagentoCartAddressService implements DaffCartAddressServiceInterface {
update(
cartId: string
address: Partial<DaffCartAddress>
): Observable<Partial<DaffCart>>
}
ObservableDaffCart>> Update the billing and shipping address of a cart
| Parameter | cartId: string |
|---|---|
| Description |
| Parameter | address: Partial<DaffCartAddress> |
|---|---|
| Description |