Shops > Workflows > workflowsExecute
Commerce APIShopsWorkflowsworkflowsExecute
workflowsExecute
POST:workflows/execute.json

Description

Manually execute a workflow.

Permission bit: "workflows.modify"

Topic: Workflows

Arguments

data: WorkflowExecute!

Main argument for mutations.


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


workflow_id: String!

Unique workflow identifier. See also: Unique Identifiers

Example: "wf_EQzGqWoY"


Data Argument Fields

data: String

Workflow execution input data as JSON

Example: "{}"

Valid when: data's length doesn't exceed 100000 characters


Result

WorkflowExecuteResult

Preview (typescript)

Loading module