Logo
0410测试 API Documentation

product Attribute

Number of APIs: 6


1. 根据商品分类的id获取商品属性及属性分类

GET {{baseUrl}}/productAttribute/attrInfo/:productCategoryId



2. 添加商品属性信息

POST {{baseUrl}}/productAttribute/create



3. 批量删除商品属性

POST {{baseUrl}}/productAttribute/delete?ids=-78013911&ids=70630137



4. 根据分类查询属性列表或参数列表

GET {{baseUrl}}/productAttribute/list/:cid?pageNum=1&pageSize=5&type=



5. 修改商品属性信息

POST {{baseUrl}}/productAttribute/update/:id



6. 查询单个商品属性

GET {{baseUrl}}/productAttribute/:id



ENDPOINTS