Update
This is the endpoint for updating orders. It can be used for single or multiple orders and it takes an array object.
Endpoint => /order
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"status": "Success",
"description": "Update Batch Request Processed",
"Response": {
"37P727012321": "Order Successfully Updated",
"JHAZ27012319": "Order Successfully Updated"
}
}Last updated