curl --location --request POST 'http://dev-cn.your-api-server.com/life/goods/product/save/?access_token=clt.xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"product": {
"account_name": "测试商家",
"attr_key_value_map": {
"appointment": "{\"need_appointment\":false,\"ahead_day_num\":0}",
"auto_renew": "false",
"can_no_use_date": "{\"enable\":false}",
"environment_image_list": "[{\"url\":\"https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png\"}]",
"image_list": "[{\"url\":\"https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png\"}]",
"parking_lot_within_1km": "true",
"real_name_info": "{\"enable\":false,\"scene\":0}",
"rec_person_num": "1",
"show_channel": "1",
"superimposed_discounts": "true",
"use_date": "{\"use_date_type\":1,\"use_start_date\":\"2021-12-06\",\"use_end_date\":\"2022-11-30\"}",
"use_time": "{\"use_time_type\":1}",
"bring_out_meal": "false",
"free_pack": "false",
"Notification": "[]",
"private_room": "false",
"rec_person_num_max": "2",
"RefundPolicy": "1",
"refund_need_merchant_confirm":"false"
},
"biz_line": 5,
"category_id": 1001001,
"out_id": "xxx-out-id",
"poi_list": [
{
"supplier_ext_id": "supplier_ext_id_001"
}
],
"product_name": "测试商品名",
"product_type": 1,
"sold_end_time": 1665607528,
"sold_start_time": 1655607528,
"telephone": ["1234-4321"]
},
"sku": {
"actual_amount": 1,
"attr_key_value_map": {
"code_source_type": "1",
"commodity": "[{\"group_name\":\"测试\",\"total_count\":1,\"option_count\":1,\"item_list\":[{\"name\":\"你\",\"price\":100,\"count\":1,\"unit\":\"份\"}]}]",
"limit_rule": "{\"is_limit\":false}",
"refund_need_merchant_confirm": "false",
"settle_type": "1",
"use_type": "1"
},
"origin_amount": 100,
"sku_name": "测试",
"status": 1,
"stock": {
"limit_type": 0,
"stock_qty": 500
}
}
}'