StorefrontAccessTokens
Retrieves the storefront access token of a private application. These are scoped per-application.
Table-Specific Information
Select
The 本製品 processes all filters client-side within the 本製品. The following query is the only one processed server side:
SELECT * FROM StorefrontAccessTokens
Insert
The following column can be used to create a new record:
Title
Delete
You can delete entries by specifying the following column:
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. |