Represents the personal information of a customer. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data).
Access Scopes
Fields
creationDate:
DateTime! -
The date and time when the customer was created.
defaultAddress:
CustomerAddress -
The default address of the customer.
displayName:
String! -
The full name of the customer, based on the first_name and last_name values. If these aren't available, it falls back to the customer's email address, and if that isn't available, the customer's phone number.
emailAddress:
CustomerEmailAddress -
The email address of the customer.
firstName:
String -
The first name of the customer.
customer
Returns the Customer resource. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data).
Related mutations
customerUpdate
Updates the customer's personal information.
Related Unions
PurchasingEntity
Represents information about the purchasing entity for the order or draft order.