Skip to main content
Anchor to UserErrorsCustomerAddressUserErrors

UserErrorsCustomerAddressUserErrors

object

The error codes that are provided for failed address mutations.

•UserErrorsCustomerAddressUserErrorsCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•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.


•mutation

Deletes a specific address for a customer.

Arguments

•ID!
required

The ID of the address to be deleted.


•mutation

Updates a specific address for a customer.

Arguments

•ID!
required

The ID of the address to be updated.

•CustomerAddressInput

Specifies the fields to use when updating the address.

•Boolean
Default:null

The flag to set the address as the default address.



Was this section helpful?


Was this section helpful?