vtex.local – VTEX-Do-API
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.
- Homepage
- https://api.apis.guru/v2/specs/vtex.local:VTEX-Do-API/1.0.json
- Provider
- vtex.local:VTEX-Do-API / VTEX-Do-API
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/vtex.local/VTEX-Do-API/1.0/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/vtex.local/VTEX-Do-API/1.0/openapi.yaml
Tools (10)
Extracted live via the executor SDK.
-
note.getNoteRetrieves a given note in VTEX DO, filtering by
noteId. -
note.getNotesbyorderIdRetrieves notes related to a specific
orderId. -
note.newNoteThis endpoint creates a new note in VTEX DO. Be aware of the following limitations:
-
The maximum number of notes for an order is 30.
-
The maximum number of characters in a note's description is 2000.
-
-
task.addCommentAdds a comment to a given task, filtering by
taskId. -
task.editTaskUpdates a given task's status, for example, filtering by
taskId. -
task.getTaskRetrieves a given task, filtering by
taskId. -
task.listtasksbyassigneeThis endpoint allows you to filter tasks. You can choose between the following filtering options:
-
Assignees: using
assignee.emailandstatus. Example:https://{{accountName}}.{{environment}}.com.br/api/do/tasks?assignee.email={{person@email.com}}&status={{open}}. -
Targets: using
targetIdandstatus. Example:https://{{accountName}}.{{environment}}.com.br/api/do/tasks?target.id={{name}}&status={{open}}. -
Paged tasks: using
page,perPageandstatus. Example:https://{{accountName}}.{{environment}}.com.br/api/do/tasks?page={{1}}&perPage={{10}}&status=;{{-Closed}}. -
Context: using
context,page,perPageandstatus. Example:https://{{accountName}}.{{environment}}.com.br/api/do/tasks?context={{context}}&page={{1}}&perPage={{10}}&status={{-Closed}}.
-
-
task.newTaskCreates a new task in VTEX DO.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools