MCP Server for Shopify

Build 25.0.9440

CollectionProducts

Retrieves a list of the products inside of a collection.

View-Specific Information

Select

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

  • CollectionId supports the '=, IN' comparison operators.

For example, the following query is processed server-side:

  SELECT * FROM CollectionProducts WHERE CollectionId = 'Val1'

Columns

Name Type References Description
Id [KEY] String Globally unique identifier.
CollectionId [KEY] String

Collections.Id

A globally-unique identifier for the collection.
Title String The title of the product.
Position Int The position in which the products are sorted.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440