Medusa MCP Server

by SGFGOV
Verified

AdminPostReturnsIdDismissItemsAction_id

Update and dismiss damaged items in returns by specifying the action ID associated with the RECEIVE_DAMAGED_RETURN_ITEM action, ensuring accurate inventory adjustments.

Instructions

This tool helps store administors. Update a damaged item, whose quantity is to be dismissed, in the return by the ID of the item's RECEIVE_DAMAGED_RETURN_ITEM 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. return.

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