Automation > Workflows
Commerce APIAutomationWorkflows

Workflows

Workflows let you define automated multi-step processes triggered by shop events. Use the Workflows API to create and manage automation rules that respond to events such as order placement or inventory changes.

Endpoints

EndpointDescriptionJSON API
workflowsGet workflow endpointsGET:workflows.json
workflowsCreateCreate workflow endpointsPOST:workflows.json
workflowsDeleteDelete workflow endpointsDELETE:workflows.json
workflowsExecsPageGet workflows executions pageGET:workflows/execs/page.json
workflowsExecsResumeResume suspended workflow executionPOST:workflows/execs/resume.json
workflowsExecuteManually execute a workflowPOST:workflows/execute.json
workflowsModifyModify workflow endpointsPOST:workflows.json

Types

Types
Workflow
WorkflowCreate
WorkflowExecPage
WorkflowExecute
WorkflowExecuteResult
WorkflowModify