GetCollections
Filter, sort, and paginate collections by fields like handle, title, or date using the Medusa MCP Server's API. Retrieve specific collection data efficiently for streamlined backend operations.
Instructions
Retrieve a list of collections. The collections can be filtered by fields such as handle
. The collections can also be sorted or paginated.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
$and | No | ||
$or | No | ||
created_at | No | ||
fields | No | ||
handle | No | ||
limit | No | ||
offset | No | ||
order | No | ||
q | No | ||
title | No | ||
updated_at | No |