获取sku
POST
/sku/v1/getSku
请求参数
参数名
类型
描述
必填
productSpecification
JSONObject
规格json字符串
必填
productId
int
商品id
必填
响应参数
参数名
类型
描述
必填
skuId
int
规格id
必填
productId
int
商品Id
必填
specs
JSONObject
规格json串
必填
inventory
int
库存量
必填
price
double
价格
必填
sales
int
销量
必填
image
string
图片
必填