Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

ChangeCustomerAddress

export type ChangeCustomerAddress = {
    addressId?: InputMaybe<Scalars['String']>;
    addressKey?: InputMaybe<Scalars['String']>;
    address: AddressInput;
};

Referenced Types

On this page