Skip to main content
Anchor to customerAddressCreate

customerAddressCreate

mutation

Creates a new address for a customer.

•CustomerAddressInput!required

Specifies the fields to use when creating the address.

•BooleanDefault:false

The flag to set the address as the default address.


Was this section helpful?

Anchor to CustomerAddressCreatePayload returnsCustomerAddressCreatePayload returns

•CustomerAddress

The created customer address.

•[UserErrorsCustomerAddressUserErrors!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?