Automation > Workflows
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
| Endpoint | Description |
|---|---|
| workflows | Get workflow endpoints |
| workflowsCreate | Create workflow endpoints |
| workflowsDelete | Delete workflow endpoints |
| workflowsExecsPage | Get workflows executions page |
| workflowsExecsResume | Resume suspended workflow execution |
| workflowsExecute | Manually execute a workflow |
| workflowsModify | Modify workflow endpoints |
Types
| Types |
|---|
| Workflow |
| WorkflowCreate |
| WorkflowExecPage |
| WorkflowExecute |
| WorkflowExecuteResult |
| WorkflowModify |