Order Status Change
Allows you to change the status of orders through 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"
}Endpoint Authentication
The endpoint requires authentication. Clients must provide valid credentials so the system can successfully authenticate and transmit data.
Supported Authentication Method: Bearer Token (JWT)
Authorization:
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Details about the authentication process and how to obtain a token can be found in Authentication.
Updated 21 days ago
