medusa_admin_request
Directly call any Medusa Admin API endpoint to handle operations beyond standard tools, such as fulfillments, price lists, promotions, refunds, and uploads.
Instructions
Low-level escape hatch: call ANY Medusa Admin API endpoint directly. Use for anything the curated tools don't cover (fulfillments, price lists, promotions, refunds, uploads, etc.). path must start with /admin. Be careful with POST/DELETE — confirm destructive actions with the user first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body. | |
| path | Yes | e.g. /admin/price-lists | |
| query | No | Query params object. | |
| method | Yes |