Skip to main content

addressCreate

Creates user address.

Requires MANAGE_USERSpermission.

Triggers the following webhook events:

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

Arguments

addressCreate.input ● AddressInput! non-null input miscellaneous

Fields required to create address.

addressCreate.userId ● ID! non-null scalar miscellaneous

ID of a user to create address for.

Type

AddressCreate object users

Creates user address.

Requires MANAGE_USERSpermission.

Triggers the following webhook events:

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