POST:workflows/execute.json
Commerce APIPOST:workflows/execute.json

POST:workflows/execute.json

Description

Manually execute a workflow.

Permission bit: "workflows.modify"

Topic: Workflows

Query Parameters

shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY


workflow_id: String, required

Unique workflow identifier. See also: Unique Identifiers

Example: ?workflow_id=wf_EQzGqWoY

Request Body

WorkflowExecute

{
  "data": "{}"
}

Response Body

WorkflowExecuteResult

Response Body Type

Loading module