{ "apiVersion": "string", "data": { "mfSkuList": [ { "ebayId": "superfashion1221", "skuId": "OC0000255508040" } ] }, "messageId": "string", "timestamp": 0 }
curl --location --request POST 'https://openapi-stage-hk.orangeconnex.com/openapi/3pp/sku/v1/querySKUEFService' \ --header 'clientKey: bd1d1971-d0db-11ea-b4a1-00505694c27b' \ --header 'Access-Token: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "apiVersion": "string", "data": { "mfSkuList": [ { "ebayId": "superfashion1221", "skuId": "OC0000255508040" } ] }, "messageId": "string", "timestamp": 0 }'
{ "code": 3, "errors": [ { "code": "500203", "message": "ebayID: OC0000255648111delabel不存在" } ], "message": "参数错误", "messageId": "string" }