PublicationCollections
Lists collections published to specific sales channels or publications.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following column and operators. The connector processes other filters client-side within the connector.
- 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 identifier for the publication collection record. | |
| LegacyResourceId | String | The identifier of the corresponding collection resource in the REST Admin API, used for backward compatibility. | |
| PublicationId [KEY] | String |
Publications.Id | The globally unique identifier of the publication channel where this collection is published, such as the Online Store or Point of Sale. |