not_seller_or_buyer
trade_not_processing
curl --location --request GET 'http://localhost:8000/trade/confirm?trade_id'
{
"trade_id": 0,
"buyer": {
"user_id": 0,
"campus_id": "string",
"username": "string",
"description": "string",
"created_time": 0
},
"item": {
"item_id": 0,
"name": "string",
"description": "string",
"created_time": 0,
"price": 0,
"state": "hide",
"tags": [
{
"tag_id": 0,
"tag_type": "string",
"name": "string"
}
],
"tag_name_list": [
"string"
]
},
"created_time": 0,
"accepted_time": 0,
"confirmed_time": 0,
"completed_time": 0,
"state": "pending",
"cancel_reason": "seller_rejected"
}