POST:workflows.json
POST:workflows.json
Description
Create one or multiple workflow endpoints.
Permission bit: "workflows.create"
Topic: Workflows
Query Parameters
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
Array of WorkflowCreate
[ { "api_key_id": "ke_EQzGqWoY", "description": "", "enabled": true, "name": "Tag orders", "script": "", "trigger": "product.created" } ]
Response Body
Array of Workflow
Response Body Type
Loading module