curl --location --request POST 'https://open.fxiaoke.com/cgi/crm/v2/data/BulkCreate' \
--header 'Content-Type: application/json' \
--data-raw '{
"corpAccessToken": "",
"corpId": "{{corpId}}",
"currentOpenUserId": "{{openUserId}}",
"duplicateCheck": true,
"data": {
"dataObjectApiName": "PriceBookProductObj",
"data_list": [
{
"product_id": "5f5a131bcd883b0001bea5ba",
"product_name": "发的",
"unit": "迁移本",
"pricebook_sellingprice": "0.00",
"discount": "100",
"pricebook_price": "0.00",
"product_code": "",
"category": "LED材料/配套产品/门禁",
"is_saleable": "是",
"is_package": "否",
"product_life_status": "正常",
"is_giveaway": "否",
"barcode": "",
"product_status": "已上架",
"specification_value_set": "",
"priority": "",
"pricebook_id": "5f4f1396f462c300016676f0"
},
{
"product_id": "5f7319e7e99884000176928d",
"product_name": "三星索",
"unit": "迁移本",
"pricebook_sellingprice": "300.00",
"discount": "100",
"pricebook_price": "300.00",
"product_code": "",
"category": "骨传导耳机",
"is_saleable": "是",
"is_package": "否",
"product_life_status": "正常",
"is_giveaway": "否",
"barcode": "",
"product_status": "已上架",
"specification_value_set": "",
"priority": "",
"pricebook_id": "5f4f1396f462c300016676f0"
},
{
"version": "1",
"order_field": null,
"product_id": "5f7319e7e99884000176928b",
"product_name": "白象牙[红色-日本]",
"unit": "迁移本",
"pricebook_sellingprice": "150.00",
"discount": "100",
"pricebook_price": "150.00",
"product_code": "",
"category": "骨传导耳机",
"is_saleable": "是",
"is_package": "否",
"product_life_status": "正常",
"is_giveaway": "否",
"barcode": "",
"product_status": "已上架",
"specification_value_set": "颜色:红色;进口国:日本",
"priority": "",
"pricebook_id": "5f4f1396f462c300016676f0"
}
]
}
}'