{
"orderId": 0,
"orderEntryIds": [
0
],
"goodsStatus": "string"
}
curl --location --request POST 'https://api.pandapon.com/alibaba/refund/reason/list' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": 0,
"orderEntryIds": [
0
],
"goodsStatus": "string"
}'
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": [
{
"id": 0,
"name": "",
"needVoucher": false,
"noRefundCarriage": false,
"tip": ""
}
]
}