API:/product/global/semi/recommend/price/get
请求参数:
参数 |
类型 |
描述 |
payload |
Payload |
请求内容json,全局商品则返回所有国家;非全局商品只返回传入的国家。 |
{
"global_item_id": "180226526", //查询asc时此字段为空
"item_id": 13243454, //查询global时此字段为空
"abs":"2.0",//订单中平均包含商品数量设置;重量小于0.01kg的轻小件商品需要设置此参数
"skus": [
{
"item_id": 13243454,
"seller_sku": "test2022 02",
"sku_id": 314525867,
"package_height": "10",
"package_length": "10",
"package_width": "10",
"package_weight": "0.5",
}
]
}
返回参数:
{
"code": "0",
"data": {
"global_item_id": "180226526", //查询asc时此字段为空
"item_id": 13243454, //查询global时此字段为空
"skus": [
{
"seller_sku": "test2022 02",
"sku_id": 314525867,
"country_price": [
{
"market": "LAZADA_MY",
"no_postage_price": "10",
"currency":"MYR"
},
{
"market": "LAZADA_VN",
"no_postage_price": "3000",
"currency":"VND"
}
]
}
]
},
"success": "true",
"error_code": "10002",
"error_msg": "get SKU failed",
"request_id": "0ba2887315178178017221014"
}