ScalepointDeveloper Portal

Update Order Status

PUT
/api/Orders/updateOrderStatus
Authorization<token>

Please enter JWT with Bearer into field

In: header

Request Body

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PUT "https://example.com/api/Orders/updateOrderStatus" \  -H "Content-Type: application/json" \  -d '{}'
{  "status": 0,  "successful": true}