Skip to main content
Version: 3.x

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

Fields required to create address.

addressCreate.userId ● ID! non-null scalar

ID of a user to create address for.

Type

AddressCreate object

Creates user address.

Requires MANAGE_USERSpermission.

Triggers the following webhook events:

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

Was this page helpful?