accountAddressCreate
Create a new address for the customer.
accountAddressCreate(
input: AddressInput!
type: AddressTypeEnum
): AccountAddressCreate
Arguments
accountAddressCreate.input ● AddressInput! non-null input
Fields required to create address.
accountAddressCreate.type ● AddressTypeEnum enum
A type of address. If provided, the new address will be automatically assigned as the customer's default address of that type.
Type
AccountAddressCreate object
Create a new address for the customer.
Was this page helpful?