简要描述:

  • B2B接口 —mkt.test.azmks.com/

    接口列表:

接口uri 说明
full-cut-list-963 (activity/full-cut/list?act_id=963) 满减活动–商品列表

请求URL:

  • full-cut-list(activity/full-cut/list)

请求方式:

  • GET

请求参数:

参数名 是否必须 类型 说明
act_id string 满减活动ID
go int 页码

返回示例:

正确时返回:

{
    "code": 0,
    "data": {
        "act_id": "963",
        "sort": 0,
        "order": 0,
        "go": 1,
        "msg_list": [
            "满10元、减2元"
        ],
        "act_label": "满减",
        "cart_act_amount": "900", // 购物车中满减商品总金额
        "fullcut_info": "满减",//当前享受满减信息
        "list": [
            {
                "goods_image": "http://oss.azmbk.com/images/shop/22/gallery/2020/03/13/15840790302749.jpg?x-oss-process=image/resize,m_pad,limit_0,h_320,w_320",
                "goods_name": "水仙 风油精  3毫升",
                "market_price": "2.80",
                "sale_num": "982",
                "goods_id": "10901",
                "sku_id": "11082",
                "shop_id": "22",
                "sales_model": "0",
                "user_discount": "0",
                "act_id": "962",
                "control_price": "1",
                "show_price": "1",
                "show_content": "",
                "button_content": "",
                "tag_position": "0",
                "tag_image": "http://oss.azmbk.com/images/shop/22/images/2020/06/25/15930935624252.png",
                "act_type": "20",
                "a_act_id": "963",
                "ext_info": "{\"discount\":{\"10\":{\"reduce_cash\":\"2\"}},\"bonus_list\":null,\"gift_list\":null,\"use_range_check\":\"1\",\"use_range\":\"10901,21596,21597\"}",
                "goods_number": "3350",
                "goods_price": "2.70",
                "prices": {
                    "is_original_price": false,
                    "price_type": "activity_price",
                    "original_price": "2.80",
                    "activity_price": "2.70",
                    "member_price": "2.80",
                    "goods_price": "2.70",
                    "flag_type": "0.00",
                    "vip_price": false,
                    "vip_refund": "0.00",
                    "activity_enable": "1.00"
                },
                "price_show": {
                    "code": 1
                },
                "goods_price_format": "2.70",
                "act_price": null,
                "act_price_format": null,
                "total_sale_count": 982,
                "is_buy": 0,
                "rate": 100,
                "buy_enable": {
                    "code": 1,
                    "button_content": "请登录"
                },
                "cart_num": "100",
                "isCollected": 0
            }
        ],
        "page": {
            "page_key": "page",
            "page_id": "pagination",
            "default_page_size": 10,
            "cur_page": 1,
            "page_size": 10,
            "page_size_list": [
                10,
                50,
                500
            ],
            "record_count": 3,
            "page_count": 1,
            "offset": 0,
            "url": null,
            "sql": null
        },
        "show_sale_number": "1",
        "act_type": 12,
        "scroll": 1,
    },
    "message": ""
}

返回参数说明:

参数名 类型 说明
msg_list arr 满减信息
list arr 参加满减活动的商品
list.buy_authority arr 购买权限
cart_act_amount string 购物车中商品总金额(变更商品数量时 购物车相关接口有返该参数)
fullcut_info string 满减信息 (变更商品数量时 购物车相关接口有返该参数)

备注:

  • 更多返回错误代码请看首页的错误代码描述
文档更新时间: 2024-11-04 17:56   作者:xieyuhua