Medusa MCP Server

by SGFGOV
Verified

AdminPostOrderEditsIdItemsAction_id

Modify specific items in order edits by referencing the ID of the ITEM_ADD action. Use this tool to update or adjust item details within the order edit process efficiently.

Instructions

This tool helps store administors. Update an added item in the order edit by the ID of the item's ITEM_ADD action.

Every item 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