AccountAddressCreate Object
Create a new address for the customer.
Requires one of following set of permissions: AUTHENTICATED_USER or AUTHENTICATED_APP + IMPERSONATE_USER.
Triggers the following webhook events:
- CUSTOMER_UPDATED (async): A customer account was updated.
- ADDRESS_CREATED (async): An address was created.
type AccountAddressCreate {
user: User
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
address: Address
}
Fields
user ● User
A user instance for which the address was created.
errors ● [AccountError!]!
address ● Address
Show deprecated
Returned By
accountAddressCreate mutation