Files
medusa-store/www/utils/generated/oas-output/schemas/AdminExportOrderResponse.ts
2025-12-17 18:19:46 +02:00

16 lines
472 B
TypeScript

/**
* @schema AdminExportOrderResponse
* type: object
* description: The details of the order export.
* x-schemaName: AdminExportOrderResponse
* required:
* - transaction_id
* properties:
* transaction_id:
* type: string
* title: transaction_id
* description: The ID of the workflow execution's transaction. Use it to check the status of the export by sending a GET request to `/admin/workflows-executions/export-orders/:transaction-id`
*
*/