MagentoUpdateAddressResponse
import { MagentoUpdateAddressResponse } from '@daffodil/cart/driver/magento'
interface MagentoUpdateAddressResponse {
setBillingAddressOnCart: {
__typename?: string;
cart: {
__typename?: string;
id: MagentoGetCartResponse['cart']['id'];
};
}
setShippingAddressesOnCart: MagentoGetCartResponse
}
Properties
Name | Type | Description |
---|---|---|
setBillingAddressOnCart | { __typename?: string; cart: { __typename?: string; id: MagentoGetCartResponse['cart']['id']; }; } | |
setShippingAddressesOnCart | MagentoGetCartResponse |