Medusa MCP Server

AdminGetReservations

Retrieve and manage reservations with filtering, sorting, and pagination for efficient store administration using the Medusa MCP Server.

Instructions

This tool helps store administors. Retrieve a list of reservations. The reservations can be filtered by fields such as id. The reservations can also be sorted or paginated.

Input Schema

NameRequiredDescriptionDefault
created_atNo
created_byNo
deleted_atNo
descriptionNo
fieldsNo
inventory_item_idNo
limitNo
line_item_idNo
location_idNo
offsetNo
orderNo
updated_atNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "created_at": { "additionalProperties": false, "properties": {}, "type": "object" }, "created_by": { "type": "string" }, "deleted_at": { "additionalProperties": false, "properties": {}, "type": "object" }, "description": { "type": "string" }, "fields": { "type": "string" }, "inventory_item_id": { "type": "string" }, "limit": { "type": "number" }, "line_item_id": { "type": "string" }, "location_id": { "type": "string" }, "offset": { "type": "number" }, "order": { "type": "string" }, "updated_at": { "additionalProperties": false, "properties": {}, "type": "object" } }, "type": "object" }

You must be authenticated.

Other Tools from Medusa MCP Server

Related Tools

ID: mm0iug6eap