addressCreate
Creates user address.
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.
Triggers the following webhook events:
- ADDRESS_CREATED (async): A new address was created.