customerAddressCreate - customer - MUTATION
Version: 2025-01
Description:
Creates a new address for a customer.
Access Scopes
Arguments
-
address:
CustomerAddressInput! -
Specifies the fields to use when creating the address.
-
defaultAddress:
Boolean -
The flag to set the address as the default address.
Returns
-
customerAddress:
CustomerAddress
The created customer address.
-
userErrors:
UserErrorsCustomerAddressUserErrors!
The list of errors that occurred from executing the mutation.
Examples