Medusa MCP Server

by SGFGOV
Verified

AdminPostClaimsIdOutboundItemsAction_id

Update an outbound or new item in a claim using its ITEM_ADD action ID. Review the item's actions array, identify the action's id, and modify specific fields as needed.

Instructions

This tool helps store administors. Update an outbound (or new) item of a claim using 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
fieldsNo
idNo

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Medusa MCP Server

Related Tools

ID: mm0iug6eap