| Name | Type | Description | 
|---|---|---|
| setPaymentMethodOnCart | {
    __typename: string;
    cart: {
        id: MagentoGetCartResponse['cart']['id'];
    };
} | |
| setBillingAddressOnCart | {
    __typename: string;
    cart: {
        id: MagentoGetCartResponse['cart']['id'];
    };
} | |
| setGuestEmailOnCart | MagentoGetCartResponse |