VTEX DO is a task management system for authorized users to process orders. It is possible to control notes, and create, update, list, and retrieve tasks.
curl \ -H "X-VTEX-API-AppKey: $API_KEY" \ https://vtex.local/notes
curl \ -H "X-VTEX-API-AppKey: $API_KEY" \ https://vtex.local/tasks
curl \
-H "X-VTEX-API-AppKey: $API_KEY" \
https://vtex.local/notes/{noteId}