[Order] Checking Order Status
Curl request
$ curl 'https://www.skindeer.com/market/open_api/request/?action=merchant.order.buy.detail' -i -X POST \
-H 'Content-Type: application/json' \
-d '{
"orderId" : "1179273226945818624", // OR externalTradeNo
"apiKey" : "955a2f4e8f121cdda99ae97ae9728d2d"
}'HTTP request
POST /market/open_api/request/?action=merchant.order.buy.detail HTTP/1.1
Content-Type: application/json
Content-Length: 82
Host: localhost:8080
{
"orderId" : "1179273226945818624", // OR externalTradeNo OR transId
"apiKey" : "955a2f4e8f121cdda99ae97ae9728d2d"
}Request body
Path
Type
Description
HTTP response
Table 6. Response fields
Path
Type
Description
Last updated