Update Order
Change listing status through the platform order number, including added, cancelling, cancelled, fulfilled
Request Method: POST
Request Parameters:
Field Name
Field Description
Type
Notes
Field Name
Field Description
Type
Notes
{
"orderId": "1111", //orderId string
"payload": {
"status": "added", //(required) Status Type string added, cancelling, cancelled, fulfilled
"hash": "" //(optional)Satus Type string On-chain transaction hash
}
}
Output example: data is the number of affected records
Last updated