CustomerAddressesV2Args
Defines the customer name, addresses, and other details.
type CustomerAddressesV2Args = {
currentPage?: InputMaybe<Scalars['Int']['input']>;
pageSize?: InputMaybe<Scalars['Int']['input']>;
};Defines the customer name, addresses, and other details.
type CustomerAddressesV2Args = {
currentPage?: InputMaybe<Scalars['Int']['input']>;
pageSize?: InputMaybe<Scalars['Int']['input']>;
};