GetOrders
Fetch, filter, sort, or paginate customer orders by specific fields like ID or status using the JavaScript SDK. Streamline order management within Medusa MCP Server.
Instructions
Retrieve the orders of the logged-in customer. The orders can be filtered by fields such as id
. The orders can also be sorted or paginated.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
$and | No | ||
$or | No | ||
fields | No | ||
id | No | ||
limit | No | ||
offset | No | ||
order | No | ||
status | No |