PublicationCollections
Returns a list of collections published to the publication.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the PublicationId column, which supports the '=' comparison operator.
The connector processes other filters client-side within the connector.
For example, the following query is processed server-side:
SELECT * FROM PublicationCollections WHERE PublicationId='VALUE'
Columns
Name | Type | References | Description |
Id [KEY] | String | A globally-unique ID. | |
LegacyResourceId | String | The ID of the corresponding resource in the REST Admin API. | |
PublicationId | String |
Publications.Id | A globally-unique ID. |