Power BI Connector for Shopify

Build 25.0.9454

StorefrontAccessTokens

Stores API access tokens for private storefront applications, used to authenticate client-side requests with defined scopes.

Table-Specific Information

Select

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

ShopId String True

Shop.Id

The globally unique identifier of the shop associated with this storefront access token.

Title String True

A descriptive title assigned by the developer to help identify the purpose or usage context of this token.

AccessToken String True

The public access token issued for authenticating requests to the Storefront API.

CreatedAt Datetime True

The date and time when the storefront access token was initially generated.

UpdatedAt Datetime True

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

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