Description
Modify one or multiple workflow endpoints.
Permission bit: "workflows.modify"
Topic: Workflows
Arguments
data: [WorkflowModify!]!
Main argument for mutations.
List of workflow ids. See also: Unique Identifiers
Example: ["wf_EQzGqWoY"]
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
API Key to use for API calls
Example: "ke_EQzGqWoY"
Valid when: api_key_id matches regexp pattern: ^ke_
Description of the workflow
Valid when: description's length doesn't exceed 4096 characters
Whether this workflow is enabled or not
Example: true
Name of the workflow
Example: "Tag orders"
Valid when: name is not empty
Valid when: name's length doesn't exceed 200 characters
A script to execute for the workflow (JavaScript)
Valid when: script's length doesn't exceed 100000 characters
A trigger
Example: "product.created"
Valid when: trigger's length doesn't exceed 200 characters
Result
[Workflow!]
Preview (typescript)
Loading module