StorefrontAccessTokens
Retrieves the storefront access token of a private application. These are scoped per-application.
Table-Specific Information
Select
The connector processes filters client-side within the connector.
Insert
INSERT statements are mapped to the 'storefrontAccessTokenCreate' GraphQL mutation.
The following columns can be used to create a new record:
Title
DELETE
DELETE statements are mapped to the 'storefrontAccessTokenDelete' GraphQL mutation.
You can delete entries by specifying the Id.
Columns
Name | Type | ReadOnly | References | Description |
Id [KEY] | String | True |
A globally-unique ID. | |
ShopId | String | True |
Shop.Id |
A globally-unique ID. |
Title | String | True |
An arbitrary title for each token determined by the developer, used for reference purposes. | |
AccessToken | String | True |
The issued public access token. | |
CreatedAt | Datetime | True |
The date and time when the public access token was created. | |
UpdatedAt | Datetime | True |
The date and time when the storefront access token was updated. |