GetProducts
Retrieve and filter product lists by fields like ID, category, or tags. Sort or paginate results for efficient product management using Medusa MCP Server.
Instructions
Retrieve a list of products. The products can be filtered by fields such as id
. The products can also be sorted or paginated.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
$and | No | ||
$or | No | ||
cart_id | No | ||
category_id | No | ||
collection_id | No | ||
country_code | No | ||
created_at | No | ||
fields | No | ||
handle | No | ||
id | No | ||
is_giftcard | No | ||
limit | No | ||
offset | No | ||
order | No | ||
province | No | ||
q | No | ||
region_id | No | ||
sales_channel_id | No | ||
tag_id | No | ||
title | No | ||
type_id | No | ||
updated_at | No | ||
variants | No |