文档
测试

商家分类商品

POST
api/store/GetStoreGoodsByClass

请求参数

参数名
类型
描述
必填
store_id
int
商家ID
必填
class_id
int
分类ID
可选
keyword
string
关键词
可选

说明 / 示例

{ "success": true, "data": [ { "id": 105168, "store_id": 388, "class_id": 870, "area_id": null, "unit_id": 5, "user_id": 0, "goods_type": 3, "auth_status": 1, "rejected": null, "property_id": "", "goods_code": "欧姿尚奢华氨基酸沐浴露(750ml)", "goods_name": "欧姿尚奢华氨基酸沐浴露(750ml)", "short_goods_name": "", "is_guige": 1, "stock": 998, "is_hot": 1, "market_price": "2900.00", "price": "2600.00", "freight_price": "0.00", "cost_price": "2160.00", "remark": "", "detail": "<p><img src=\"http://ayzj.oss-cn-hangzhou.aliyuncs.com/shop/goods/1699581535233060.jpg\" title=\"1699581535233060.jpg\" alt=\"沐浴主.jpg\"/></p>", "images": "https://ayzj.oss-cn-hangzhou.aliyuncs.com/video/YHZcbsyBC7.jpg", "order_index": 5000011, "sales_sum": 2, "status": 1, "update_time": "2023-12-13 16:09:37", "is_gift": 0, "gift_price": "0.00", "country_code": null, "score": "0.00", "is_score": 1, "is_coupon": 1, "video_url": "", "commission": "0.00", "brand_id": 4, "banner_image": null, "release_amount": "0.00", "days": 0, "logic_delete": 0, "delete_time": null, "goods_up_type": 0, "sold_num": 0, "delivery_type": 0, "tili_value": "0.00", "balance_price": "0.00", "class_list": null, "discount": "0.90" } ], "message": "success" }