Medusa MCP Server

by SGFGOV
Verified

AdminPostProductsExport

Initiate product export processes to generate a CSV file. Receive a transaction ID to monitor execution status via /admin/workflows-executions/export-products/:transaction-id. Retrieve the download URL from notifications using /admin/notification.

Instructions

This tool helps store administors. Start a product export process to retrieve a CSV of exported products.

You'll receive in the response the transaction ID of the workflow generating the CSV file. To check the status of the execution, send a GET request to /admin/workflows-executions/export-products/:transaction-id. Once the execution finishes successfully, a notification is created for the export. You can retrieve the notifications using the /admin/notification API route to retrieve the file's download URL.

Input Schema

NameRequiredDescriptionDefault
fieldsNo

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Medusa MCP Server

Related Tools

ID: mm0iug6eap