首页-商品

GET /api/shop/v1/products/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "errno": 0,
    "data": {
        "count": 82,
        "next": null,
        "previous": "http://shop.ttkeu.com/api/shop/v1/products/?format=api&page=4",
        "results": [
            {
                "id": 435,
                "classify_type": "02",
                "classify_name": "日化",
                "sku": "1000AIR",
                "service_code": "",
                "mtitle": "奶粉气柱袋【20包/1000罐】",
                "stitle": "Air Pouch x1000",
                "image": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/goods/气泡膜画板 1 拷贝 14_20241216072132_37",
                "origin_price": "180.0",
                "is_efp": false,
                "status": "上架",
                "discount_pound": "{\"price\":\"0\",\"wprice\":\"0\",\"gprice\":\"0\",\"gprice2\":\"0\",\"gprice3\":\"0\",\"gprice4\":\"0\",\"gprice5\":\"0\",\"gprice6\":\"0\",\"gprice8\":\"0\"}",
                "discount_rmb": "{\"rmb_price\":\"0\",\"rmb_wprice\":\"0\",\"rmb_gprice\":\"0\",\"rmb_gprice1\":\"0\",\"rmb_gprice2\":\"0\",\"rmb_gprice3\":\"0\",\"rmb_gprice4\":\"0\",\"rmb_gprice5\":\"0\",\"rmb_gprice8\":\"0\"}",
                "order_type": "MIX",
                "sales_price": 180.0,
                "tags": [],
                "is_fav": false,
                "tax_price": 0.0,
                "shipping_freight": 0.0,
                "url_path": "1000AIR",
                "is_hot": false,
                "show_tax": false,
                "user_promotion": false,
                "in_stock": true,
                "force_order": true,
                "inventory_status": "in_stock"
            },
            {
                "id": 459,
                "classify_type": "01",
                "classify_name": "其它纸箱",
                "sku": "TAPE",
                "service_code": null,
                "mtitle": "透明胶带【到店自取】",
                "stitle": "Clear Parcel Tape 48mm*66m [Collect from warehouse]",
                "image": "https://s3-eu-west-1.amazonaws.com/ttkeu-shop/goods/1570530941_20241108072214_94",
                "origin_price": "1.5",
                "is_efp": false,
                "status": "上架",
                "discount_pound": null,
                "discount_rmb": null,
                "order_type": "MIX",
                "sales_price": 1.5,
                "tags": [],
                "is_fav": false,
                "tax_price": 0.0,
                "shipping_freight": 0.0,
                "url_path": "TAPE",
                "is_hot": false,
                "show_tax": true,
                "user_promotion": false,
                "in_stock": true,
                "force_order": true,
                "inventory_status": "in_stock"
            }
        ]
    },
    "msg": ""
}