ODBC Driver for Shopify

Build 25.0.9434

StorefrontAccessTokens

Lists storefront access tokens for private applications, scoped per application.

Table-Specific Information

Select

The driver processes all filters client-side within the driver. 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 for the storefront access token.

ShopId String True

Shop.Id

A globally unique Id for the associated shop.

Title String True

A developer-assigned title for the token, used for reference purposes.

AccessToken String True

The issued public access token for the storefront.

CreatedAt Datetime True

The date and time when the storefront access token was created.

UpdatedAt Datetime True

The date and time when the storefront access token was last updated.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434