{
"ids": "string"
}curl --location --request POST '/v2/Goods/GetBulkGoodDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": "string"
}'{
"msg": "string",
"code": 0,
"data": [
{
"id": 0,
"third_id": 0,
"shop_id": 0,
"cloud_shop_id": 0,
"source": 0,
"category_id": "string",
"third_category_name": "string",
"third_brand_name": "string",
"unit": "string",
"origin": "string",
"title": "string",
"market_price": 0,
"guide_price": 0,
"agreement_price": 0,
"activity_price": 0,
"activity_rate": 0,
"cover": "string",
"stock": 0,
"total_stock": 0,
"status": 0,
"sale": 0,
"created_time": 0,
"updated_time": 0,
"is_free_shipping": 0,
"choose_count": 0,
"description": "string",
"covers": [
"string"
],
"attributes": {},
"specs": {
"names": [
{
"id": 0,
"goods_id": 0,
"name": "string",
"sort": 0,
"third_spec_name_id": 0
}
],
"values": [
{
"id": 0,
"goods_id": 0,
"spec_name_id": 0,
"name": "string",
"sort": 0,
"third_spec_value_id": 0
}
],
"options": [
{
"id": 0,
"third_id": 0,
"goods_id": 0,
"spec_value_ids": "string",
"spec_value_names": "string",
"market_price": 0,
"guide_price": 0,
"activity_price": 0,
"agreement_price": 0,
"stock": 0,
"weight": 0,
"third_spec_option_id": "string",
"image": "string",
"old_goods_id": 0,
"status": 0
}
]
},
"old_goods_title": "string"
}
]
}