Workflows & approvals
Govern product changes with workflows and tasks before data reaches channels.
Workflows
A workflow defines stages (e.g. Draft → Content review → Ready to publish). Products move between stages based on rules or manual action.
Use when:
- Legal/compliance must approve descriptions
- Brand team signs off imagery
- Channel manager gates syndication
Configure in the PIM UI or via Workflow API (see OpenAPI when exposed in your tenant).
Tasks
Tasks are actionable items assigned to users:
- Approve attribute changes
- Complete missing fields
- Review export failures
API access
- List tasks: Job/Task APIs and dashboard endpoints
- MCP:
list_tasks,update_task_statusfor automation
Typical approval flow
- Editor updates product → completeness still below threshold.
- Workflow creates task for category manager.
- Manager approves → status moves to active.
- Export job publishes to Amazon/Shopify.