| parameter name | required | type | description |
|---|---|---|---|
| data.title | is | string | product name |
| data.unit | is | string | product unit |
| data.cate_id | is | string | Classification, multiple, separated by commas |
| data.price | is | string | commodity prices |
| data.tags | no | string | label |
| data.spec.spec_name | no | string | specification name |
| data.spec.price | no | string | Add specifications |
| data.spec.package_price | no | string | Specification packaging fee |
| data.spec.sale_sku | no | int | Specification inventory |
| data.spec.max_sku | no | int | Specifications Maximum Inventory |
| data.spec.start_selling | no | int | Specifications starting sales quantity |
| data.spec.weight | no | int | specification weight |
| data.specification.key | no | string | property key values |
| data.specification.val | no | array | attribute value |
| data.package_price | is | string | packing fee |
| data.sale_sku | is | string | inventory |
| data.max_sku | is | string | maximum inventory |
| data.is_reset | is | string | Whether the inventory is full the next day 0 No 1 Yes |
| data.reset_time | is | string | Daily full time (associated with is_reset) |
| data.is_must | is | string | Whether it is a must-order product 0 No 1 Yes |
| data.is_hot | is | string | Whether it is a popular product 0 No 1 Yes |
| data.is_tuijian | is | string | Whether it is a recommended product 0 No 1 Yes |
| data.photo | is | string | Product pictures, upload first request upload interface |
| data.intro | is | string | product introduction |
| data.norms | no | array | safety section |
| data.norms.norms_name | is | string | Specification group name |
| data.norms.max_spec_num | is | int | The maximum number of optional specifications is the same as the number of specifications added |
| data.norms.specs | is | array | Specification information in specific specification groups |
| data.norms.specs.nspec_name | is | string | specification name |
| data.norms.specs.price | is | float | specification price |
| data.norms.specs.package_price | no | float | Specification packaging fee, default 0 |
| data.norms.specs.group_num | no | int | Price number, default 1 |
| data.norms.specs.min_count | is | int | Minimum number of copies |
| data.norms.specs.max_count | is | int | Maximum number of copies |
| data.norms.specs.sale_sku | no | int | Current inventory, default 99999 |
| data.norms.specs.max_sku | is | int | Maximum inventory, default 99999 |