Medusa MCP Server

by SGFGOV
Verified

AdminGetFulfillmentProviders

Retrieve and manage fulfillment providers in Medusa MCP Server. Filter by ID, enable status, or other fields, and perform sorting and pagination for efficient order management.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
fieldsNo
idNo
is_enabledNo
limitNo
offsetNo
orderNo
qNo
stock_location_idNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fields": { "type": "string" }, "id": { "type": "string" }, "is_enabled": { "type": "boolean" }, "limit": { "type": "number" }, "offset": { "type": "number" }, "order": { "type": "string" }, "q": { "type": "string" }, "stock_location_id": { "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Medusa MCP Server

Related Tools

ID: mm0iug6eap