OrderReturnsWorkflow Steps

Export Workflow Steps

Workflow steps for exporting return data to external systems.

Overview

Export workflow steps send return data to external systems such as ERPs, accounting systems, and other integrations. They ensure return information is synchronized across your technology stack.

Available Steps

StepKeyDescription
Export OrderExportOrderExport return to external system via configured connector

Connector Configuration

The ExportOrder step requires a Connector property specifying which integration to use. The connector must implement the return export interface.

Supported export integrations include:

  • Dynamics 365
  • Shopify
  • Voyado
  • Custom webhooks
{
  "Name": "ExportOrder",
  "Active": true,
  "Connector": "DynamicsConnector",
  "TranslateKey": "WorkflowStep_ExportReturn"
}

On this page