Order Status Change
Allows you to change the status of orders through two routes: by Order ID and by Analysis ID.
Order Status Change
Allows you to change the status of orders through two routes: by Order ID and by Analysis ID.
Change Status by Analysis ID
This route changes the order status by Analysis ID.
Example Request:
PUT https://homologapix.clearsale.com.br/connect/v1/integration/analysis/{{analysisId}}
Content-Type: application/json
{
"status": "string"
}Example Result:
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"message": "string"
}Response com erro
{
"title": "string",
"status": 0,
"detail": "string"
}Updated about 2 months ago
