Shopify GraphQL API / Customer

A customer represents a customer account with the shop. Customer accounts store contact information for the customer, saving logged-in customers the trouble of having to provide it at every checkout.

Implements

Fields

acceptsMarketing : Boolean!

addresses (
       Int: Int
       String: String
       Int: Int
       String: String
       Boolean: Boolean
) : MailingAddressConnection!

createdAt : DateTime!

defaultAddress : MailingAddress

displayName : String!

email : String

firstName : String

id : ID!

lastIncompleteCheckout : Checkout

lastName : String

metafield (
       String: String!
       String: String!
) : Metafield

metafields (
       String: String
       Int: Int
       String: String
       Int: Int
       String: String
       Boolean: Boolean
) : MetafieldConnection!

orders (
       Int: Int
       String: String
       Int: Int
       String: String
       Boolean: Boolean
       OrderSortKeys: OrderSortKeys
       String: String
) : OrderConnection!

phone : String

tags : [String!]!

updatedAt : DateTime!

Documentation created using imtala