Skip to main content
Anchor to CustomerAddressCreatePayload

CustomerAddressCreatePayload

payload

Return type for customerAddressCreate mutation.

•CustomerAddress

The created customer address.

•[UserErrorsCustomerAddressUserErrors!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Creates a new address for a customer.

Arguments

•CustomerAddressInput!
required

Specifies the fields to use when creating the address.

•Boolean
Default:false

The flag to set the address as the default address.



Was this section helpful?