如有对接问题或者建议请及时联系我们
{ "customerSku": "DEAP001" }
curl --location --request POST 'https://test-api-oms.sueytong.com/api/openApi/product/detail' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "customerSku": "DEAP001" }'
{ "status": "string", "message": "string", "data": { "customerSku": "string", "ean": "string", "name": "string", "length": 0, "width": 0, "height": 0, "weigh": 0, "imageUrl": "string", "warehouseLength": 0, "warehouseWidth": 0, "warehouseHeight": 0, "warehouseWeigh": 0 } }