get https://{accountName}.{environment}.com.br/api/do/notes
Retrieves notes related to a specific orderId
.
Request body example
curl --location --request GET 'https://{{accountName}}.{{environment}}.com.br/api/do/notes?target.id={{orderId}}' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'X-VTEX-API-AppToken: {{X-VTEX-API-AppToken}}' \
--header 'X-VTEX-API-AppKey: {{X-VTEX-API-AppKey}}'