Skip to main content

AddressSetDefault Object

Sets a default address for the given user.

Requires the MANAGE_USERSpermission.

Triggers the following webhook events:

  • CUSTOMER_UPDATED (async): A customer was updated.
type AddressSetDefault {
user: User
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}

Fields

user ● User

An updated user instance.

errors ● [AccountError!]!

Show deprecated

Returned By

addressSetDefault mutation