Cmdlets for Shopify

Build 24.0.8963

PublicationCollections

Returns a list of collections published to the publication.

View-Specific Information

Select

The cmdlet uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The cmdlet processes other filters client-side within the cmdlet.

  • 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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963