Medusa MCP Server

by SGFGOV
Verified

AdminPostOrderEditsIdShippingMethodAction_id

Update a shipping method within order edits using the ID of the SHIPPING_ADD action. This tool enables store administrators to modify shipping details directly through the Medusa MCP Server.

Instructions

This tool helps store administors. Update a shipping method in the order edit by the ID of the method's SHIPPING_ADD action.

Every shipping method has an actions property, whose value is an array of actions. You can check the action's name using its action property, and use the value of the id property.

Input Schema

NameRequiredDescriptionDefault
action_idNo
idNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action_id": { "type": "string" }, "id": { "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Medusa MCP Server

Related Tools

ID: mm0iug6eap