PublicationCollections
Returns a list of collections published to the publication.
View-Specific Information
Select
The provider uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The provider processes other filters client-side within the provider.
- PublicationId supports the '=,IN' comparison operators.
For example, the following queries are processed server side:
SELECT * FROM PublicationCollections
SELECT * FROM PublicationCollections WHERE PublicationId = 'Val1'
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. |