PublicationCollections
Lists collections published to a specific publication (channel).
View-Specific Information
Select
The component uses the Shopify API to process WHERE clause conditions built with the following column and operators. The component processes other filters client-side within the component.
- PublicationId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM PublicationCollections WHERE PublicationId = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally unique Id of the publication collection. | |
| LegacyResourceId | String | The Id of the corresponding resource in the REST Admin API. | |
| PublicationId [KEY] | String |
Publications.Id | A globally unique Id of the associated publication. |