import { DaffMagentoCartCustomerBillingAddressService } from '@daffodil/cart-customer/driver/magento'
A service for making Magento GraphQL queries for carts.
@Injectable()
class DaffMagentoCartCustomerBillingAddressService implements DaffCartBillingAddressServiceInterface {
get(cartId: string): any
update(
cartId: string
address: Partial<DaffCartAddress>
): any
}
anyRetrieve the billing address of a cart
| Parameter | cartId: string |
|---|---|
| Description |
anyUpdate the billing address of a cart
| Parameter | cartId: string |
|---|---|
| Description |
| Parameter | address: Partial<DaffCartAddress> |
|---|---|
| Description |