<Change Listing> Interface
Change listing status through the platform order number, including added, cancelling, cancelled, fulfilled
Request Address: /api/v2/meta/updateOrderStatus
Request Method: POST
Request Parameters:
Field Name
Field Description
Type
Notes
orderId
Platform Order ID
string
payload
Other Payload Fields
object
Payload Field
Field Name
Field Description
Type
Notes
status
Order status change: added, cancelling, cancelled, fulfilled
string
hash
On-chain transaction hash
string
Request example:
Output example: data is the number of affected records
Last updated