Skip to main content

addressCreate Mutation

Creates user address.

Requires the MANAGE_USERSpermission.

Triggers the following webhook events:

  • ADDRESS_CREATED (async): A new address was created.
addressCreate(
input: AddressInput!
userId: ID!
): AddressCreate
Show return type

Arguments

input ● AddressInput!

Fields required to create address.

userId ● ID!

ID of a user to create address for.

Type

AddressCreate

Creates user address.

Requires the MANAGE_USERSpermission.

Triggers the following webhook events:

  • ADDRESS_CREATED (async): A new address was created.