{ "whCode": "", // 仓库编码 "skuCodes": "" // 商品编码 }
curl --location --request POST 'http://192.168.8.18:3080/api/customer/operation/querySkuInventory?pageNo=1&pageSize=10' \ --header 'apiKey;' \ --header 'signature;' \ --header 'timestamp;' \ --header 'sourceFrom;' \ --header 'Content-Type: application/json' \ --data-raw '{ "whCode": "", // 仓库编码 "skuCodes": "" // 商品编码 }'