Authori-Zation: ********************
{
"id": 0,
"type": 0,
"product_id": 0,
"product_type": 0,
"relation_id": 0,
"mer_id": 0,
"image": "string",
"images": [
"string"
],
"title": "string",
"attr": "string",
"people": 0,
"info": "string",
"price": 0,
"sort": 0,
"sales": 0,
"stock": 0,
"add_time": "string",
"is_host": 0,
"is_show": 0,
"is_del": 0,
"combination": 0,
"mer_use": 0,
"is_postage": 0,
"postage": 0,
"effective_time": 0,
"cost": 0,
"browse": 0,
"unit_name": "string",
"temp_id": 0,
"weight": 0,
"volume": 0,
"num": 0,
"once_num": 0,
"quota": 0,
"quota_show": 0,
"virtual": 0,
"is_support_refund": 0,
"delivery_type": [
"string"
],
"freight": 0,
"custom_form": [
"string"
],
"system_form_id": 0,
"applicable_type": 0,
"applicable_store_id": [
"string"
],
"store_label_id": [
0
],
"ensure_id": [
"string"
],
"specs": [
"string"
],
"section_time": [
"string"
],
"description": "string",
"attrs": [
{
"value1": "string",
"detail": {
"规格": "string"
},
"pic": "string",
"price": 0,
"cost": 0,
"ot_price": 0,
"stock": 0,
"quota": 0,
"code": "string",
"bar_code": "string",
"weight": 0,
"volume": 0,
"brokerage": 0,
"brokerage_two": 0,
"_checked": true,
"r_price": 0,
"id": 0
}
],
"peopleNum": 0,
"items": [
{
"value": "string",
"detailValue": "string",
"attrHidden": "string",
"detail": [
"string"
]
}
]
}
curl --location --request POST '/adminapi/marketing/combination/' \
--header 'Content-Type: application/json' \
--header 'Authori-Zation;' \
--data-raw '{
"id": 0,
"type": 0,
"product_id": 0,
"product_type": 0,
"relation_id": 0,
"mer_id": 0,
"image": "string",
"images": [
"string"
],
"title": "string",
"attr": "string",
"people": 0,
"info": "string",
"price": 0,
"sort": 0,
"sales": 0,
"stock": 0,
"add_time": "string",
"is_host": 0,
"is_show": 0,
"is_del": 0,
"combination": 0,
"mer_use": 0,
"is_postage": 0,
"postage": 0,
"effective_time": 0,
"cost": 0,
"browse": 0,
"unit_name": "string",
"temp_id": 0,
"weight": 0,
"volume": 0,
"num": 0,
"once_num": 0,
"quota": 0,
"quota_show": 0,
"virtual": 0,
"is_support_refund": 0,
"delivery_type": [
"string"
],
"freight": 0,
"custom_form": [
"string"
],
"system_form_id": 0,
"applicable_type": 0,
"applicable_store_id": [
"string"
],
"store_label_id": [
0
],
"ensure_id": [
"string"
],
"specs": [
"string"
],
"section_time": [
"string"
],
"description": "string",
"attrs": [
{
"value1": "string",
"detail": {
"规格": "string"
},
"pic": "string",
"price": 0,
"cost": 0,
"ot_price": 0,
"stock": 0,
"quota": 0,
"code": "string",
"bar_code": "string",
"weight": 0,
"volume": 0,
"brokerage": 0,
"brokerage_two": 0,
"_checked": true,
"r_price": 0,
"id": 0
}
],
"peopleNum": 0,
"items": [
{
"value": "string",
"detailValue": "string",
"attrHidden": "string",
"detail": [
"string"
]
}
]
}'
{}