CustomerAccessToken
This page was printed on Feb 18, 2019. For the current version, visit https://help.shopify.com/en/api/custom-storefronts/storefront-api/reference/object/customeraccesstoken.
Required access
unauthenticated_read_customers
access scope
A CustomerAccessToken represents the unique token required to make modifications to the customer object.
Show definition# A CustomerAccessToken represents the unique token required to make modifications to the customer object. type CustomerAccessToken { # The customer’s access token. accessToken: String! # The date and time when the customer access token expires. expiresAt: DateTime! }
Fields