POST xuner/soc/Social/getskuByProductId
GetSkuByProductId
请求信息
URI 参数
无。
Body 参数
GetSkuByProductIdRequest名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
ProductId | string |
无。 |
请求格式
application/json, text/json
样例:
{ "ProductId": "sample string 1" }
响应信息
资源描述
GetSkuByProductId
gSocResponseOfListOfgetSkuByProductId名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
data | Collection of getSkuByProductId |
无。 |
|
req | string |
无。 |
|
msg | string |
无。 |
|
code | integer |
无。 |
响应格式
application/json, text/json
样例:
{ "data": [ { "id": "sample string 1", "shopCount": 2, "specsList": [ { "specsName": "sample string 1", "specsOptionAttrCode": "sample string 2", "specsOptionAttr": "sample string 3" }, { "specsName": "sample string 1", "specsOptionAttrCode": "sample string 2", "specsOptionAttr": "sample string 3" } ], "isDefaultShow": 3, "shopPrice": 4.0, "shopImg": "sample string 5", "scorePrice": 6.0, "productName": "sample string 7", "barCode": "sample string 8", "costPrice": 9.0, "activityType": 10, "discountData": { "discountPrice": 1.0, "discountScore": 2.0 } }, { "id": "sample string 1", "shopCount": 2, "specsList": [ { "specsName": "sample string 1", "specsOptionAttrCode": "sample string 2", "specsOptionAttr": "sample string 3" }, { "specsName": "sample string 1", "specsOptionAttrCode": "sample string 2", "specsOptionAttr": "sample string 3" } ], "isDefaultShow": 3, "shopPrice": 4.0, "shopImg": "sample string 5", "scorePrice": 6.0, "productName": "sample string 7", "barCode": "sample string 8", "costPrice": 9.0, "activityType": 10, "discountData": { "discountPrice": 1.0, "discountScore": 2.0 } } ], "req": "sample string 1", "msg": "sample string 2", "code": 3 }