Authentication > Auth > storefrontAuthRefresh
Storefront APIAuthenticationAuthstorefrontAuthRefresh
storefrontAuthRefresh
POST:storefront/auth/refresh.json

Description

Refresh a customer token.

Topic: Auth

Arguments

data: Token!

Main argument for mutations.


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Data Argument Fields

token: String!

JWT

Valid when: token is not empty


Result

TokenAndCustomerID

Preview (typescript)

Loading module