简要描述:

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

    接口列表:

接口uri 说明
mark-cart 购物车列表(猜你喜欢、历史、销售榜-只取批发商品)
mark-cart/add 添加购物车
mark-cart/subtract 减商品
mark-cart/quick-buy 立即购买
mark-cart/delete 删除购物车商品(购物车列表操作如果为0则删除)
mark-cart/remove 移除购物车中商品
mark-cart/select , mark-cart/go-checkout 选中购物车中商品-去结算
mark-cart/change-number 修改购物车商品数量 (购物车列表中操作,都用这个)

简要描述:

  • 立即购买

请求URL:

  • mark-cart/quick-buy

请求方式:

  • POST
参数名 必选 类型 说明
sku_id int SKUID
number int 默认1
act_id String 活动ID
act_type String 活动类型
sku_ids int 搭配套餐购买必传-SKUID(121211,322,4563,476,212145)

返回参数说明:

参数名 说明
cart_goods_number 添加后该商品数量

备注:

简要描述:

  • 添加购物车

请求URL:

  • mark-cart/add
  • mark-cart/subtract

请求方式:

  • POST
参数名 必选 类型 说明
goods_id int goods_id
number int 默认1
act_id String 活动ID
act_type String 活动类型
sku_ids int 搭配套餐购买必传-SKUID(121211,322,4563,476,212145)

请求示例:

{
    goods_id: 9980
}

返回参数:

{
    "code": 0,
    "data": {
        "goods_price": "6.80",
        "goods_number": 1,
        "cart_goods_number": 0,
        "cart_total_num":0
        "purchase_num": 0,
        "act_type": 0,
        "goods_id": 0
    },
    "message": "加入购物车成功"
}
参数名 说明
cart_goods_number 添加后该商品数量
goods_id 商品ID
sku_id sku_id

备注:

简要描述:

  • 购物车列表(与B2C列表一致)

请求URL:

  • mark-cart

请求方式:

  • POST

参数名 必选 类型 说明
返回参数
{
    "code": 0,
    "data": {
        "cart": {
            "goods_list": [
                {
                    "cart_id": "113359",
                    "user_id": "32630",
                    "session_id": "0",
                    "shop_id": "22",
                    "comstore_id": "0",
                    "goods_id": "10670",
                    "sku_id": "10851",
                    "cart_act_id": null,
                    "goods_name": "999 感冒灵颗粒 10g*9袋 ",
                    "goods_number": "6",
                    "goods_price": "11.30",
                    "goods_type": 0,
                    "parent_id": "0",
                    "is_gift": "0",
                    "buyer_type": "0",
                    "add_time": "1699406751",
                    "buy_type": "0",
                    "ext_info": null,
                    "cart_key": null,
                    "store_id": "0",
                    "special_offer": "0",
                    "medicine_type": "0",
                    "basic_goods_name": "999 感冒灵颗粒 10g*9袋 ",
                    "distribution_price": "0.00",
                    "vip_discount": null,
                    "right_id": null,
                    "vip_refund": null,
                    "cat_id": "5202",
                    "brand_id": null,
                    "goods_sn": "00425",
                    "goods_status": true,
                    "goods_audit": "1",
                    "is_delete": "0",
                    "goods_image": "/shop/22/gallery/2020/03/13/15840751717970.jpg",
                    "give_integral": "0",
                    "invoice_type": "0",
                    "stock_mode": "1",
                    "spu_number": "3643",
                    "contract_ids": null,
                    "act_id": 0,
                    "order_act_id": "0",
                    "goods_moq": "1",
                    "user_discount": "0",
                    "sales_model": "0",
                    "jd_id": "0",
                    "sku_name": "999 感冒灵颗粒 10g*9袋 ",
                    "sku_image": "/shop/22/gallery/2020/03/13/15840751717970.jpg",
                    "sku_number": "3643",
                    "market_price": "11.50",
                    "spec_names": null,
                    "sku_sn": "00425",
                    "original_price": "11.50",
                    "cost_price": "11.30",
                    "sku_enable": "1",
                    "cart_step": "1",
                    "shop_status": "1",
                    "act_type": null,
                    "is_cross_border": "0",
                    "is_prescription_medicine": "0",
                    "is_hot_medicine": "0",
                    "generic_name": null,
                    "drug_specifications": null,
                    "requency_usage": null,
                    "unit_name": "盒",
                    "comstore_name": null,
                    "tag_image": "/images/superscript/jb7-1.png",
                    "tag_position": "0",
                    "goods_min_number": 1,
                    "goods_max_number": "3643",
                    "select": 0,
                    "activity": null,
                    "order_activity": null,
                    "prices": {
                        "is_original_price": false,
                        "price_type": "member_price",
                        "original_price": "11.50",
                        "activity_price": false,
                        "member_price": "11.30",
                        "goods_price": "11.30",
                        "flag_type": "0.00",
                        "vip_price": false,
                        "vip_refund": "0.00",
                        "activity_enable": "0.00"
                    },
                    "goods_price_format": "11.30",
                    "market_price_format": "11.50",
                    "original_price_format": "11.50",
                    "add_time_format": "2023-11-08 09:25:51",
                    "vip_amount": "67.80",
                    "goods_amount": "67.80",
                    "market_amount": "69.00",
                    "goods_amount_format": "67.80",
                    "cart_disable": 0,
                    "contract_list": null,
                    "gift_list": null
                }
            ],
            "shop_info": {
                "shop_id": "22",
                "user_id": "282",
                "site_id": "0",
                "shop_name": "澳洲玛医药官方旗舰店",
                "shop_image": "/shop/22/images/2020/05/14/15894466855417.png",
                "shop_logo": "/shop/22/images/2020/03/30/15855307883125.jpg",
                "shop_poster": "/shop/22/images/2020/03/30/15855308484780.jpg",
                "shop_sign": "",
                "shop_type": "2",
                "is_supply": "1",
                "cat_id": "0",
                "credit": "618",
                "desc_score": "5.00",
                "service_score": "5.00",
                "send_score": "5.00",
                "logistics_score": "5.00",
                "region_code": "50,01,08",
                "address": "重庆澳洲玛医药",
                "shop_lng": "106.658087",
                "shop_lat": "29.48682",
                "duration": "1",
                "unit": "0",
                "clearing_cycle": "0",
                "open_time": "1576566376",
                "end_time": "1734364799",
                "system_fee": "0.00",
                "insure_fee": "300000.00",
                "goods_status": "0",
                "shop_status": "1",
                "shop_sign_m": "",
                "take_rate": "5.00",
                "freebuy_take_rate": null,
                "reachbuy_take_rate": null,
                "qrcode_take_rate": "0.00",
                "button_url": "",
                "multi_store_allow_number": "0",
                "agreement_status": "0",
                "user_email": null,
                "referrer": null,
                "shop_rate": "5",
                "service_charge": "0.00",
                "shop_url": "/shop/22.html",
                "delivery_enable": 1
            },
            "select_goods_number": 0,
            "select_goods_amount": 0,
            "select_goods_amount_format": "0.00",
            "goods_number": 13,
            "goods_amount": "160.80",
            "invalid_list": [
                {
                    "cart_id": "113358",
                    "user_id": "32630",
                    "session_id": "0",
                    "shop_id": "22",
                    "comstore_id": "0",
                    "goods_id": "13663",
                    "sku_id": "13848",
                    "cart_act_id": null,
                    "goods_name": "金芦荟痘速消 15g",
                    "goods_number": "2",
                    "goods_price": "6.50",
                    "goods_type": 0,
                    "parent_id": "0",
                    "is_gift": "0",
                    "buyer_type": "0",
                    "add_time": "1699407887",
                    "buy_type": "0",
                    "ext_info": null,
                    "cart_key": null,
                    "store_id": "0",
                    "special_offer": "0",
                    "medicine_type": "0",
                    "basic_goods_name": "金芦荟痘速消 15g",
                    "distribution_price": "0.00",
                    "vip_discount": null,
                    "right_id": null,
                    "vip_refund": null,
                    "cat_id": "5330",
                    "brand_id": null,
                    "goods_sn": "54187",
                    "goods_status": false,
                    "goods_audit": "1",
                    "is_delete": "0",
                    "goods_image": "/shop/22/gallery/2020/04/21/15874575496188.jpg",
                    "give_integral": "0",
                    "invoice_type": "0",
                    "stock_mode": "1",
                    "spu_number": "777",
                    "contract_ids": null,
                    "act_id": 0,
                    "order_act_id": "689",
                    "goods_moq": "1",
                    "user_discount": "0",
                    "sales_model": "0",
                    "jd_id": "0",
                    "sku_name": "金芦荟痘速消 15g",
                    "sku_image": "/shop/22/gallery/2020/04/21/15874575496188.jpg",
                    "sku_number": "777",
                    "market_price": "8.50",
                    "spec_names": null,
                    "sku_sn": "54187",
                    "original_price": "6.50",
                    "cost_price": "3.80",
                    "sku_enable": "1",
                    "cart_step": "1",
                    "shop_status": "1",
                    "act_type": null,
                    "is_cross_border": "0",
                    "is_prescription_medicine": "0",
                    "is_hot_medicine": "0",
                    "generic_name": null,
                    "drug_specifications": null,
                    "requency_usage": null,
                    "unit_name": "盒",
                    "comstore_name": null,
                    "tag_image": "/images/superscript/jb7-0.png",
                    "tag_position": "0",
                    "goods_min_number": 1,
                    "goods_max_number": "777",
                    "select": 0,
                    "activity": null,
                    "order_activity": null,
                    "prices": {
                        "is_original_price": false,
                        "price_type": "member_price",
                        "original_price": "6.50",
                        "activity_price": false,
                        "member_price": "6.50",
                        "goods_price": "6.50",
                        "flag_type": "0.00",
                        "vip_price": false,
                        "vip_refund": "0.00",
                        "activity_enable": "0.00"
                    },
                    "goods_price_format": "6.50",
                    "market_price_format": "8.50",
                    "original_price_format": "6.50",
                    "add_time_format": "2023-11-08 09:44:47",
                    "vip_amount": "13.00",
                    "goods_amount": "13.00",
                    "market_amount": "17.00",
                    "goods_amount_format": "13.00",
                    "cart_disable": 0,
                    "contract_list": null,
                    "gift_list": null
                }
            ]
        },
        "shop_id": 0,
        "user_id": 32630,
        "unpayed_list": null,
        "guess_goods_list": [
            [
                {
                    "shop_id": 22,
                    "goods_id": 10344,
                    "goods_name": "金银花露(含糖型)  340毫升",
                    "medicine_type": 0,
                    "goods_image": "/shop/22/gallery/2020/03/13/15840680724944.jpg",
                    "goods_price": "3.10",
                    "market_price": "3.85"
                }
            ]
        ],
        "unpayed_count": "0"
    },
    "message": ""
}

返回参数说明:

参数名 说明
cart.goods_number 购物车总商品数量
cart.select_goods_number 选中的商品数量
cart.select_goods_amount 选中商品总金额
cart.goods_list 商品列表
cart.goods_list.cart_id 购物车ID
cart.goods_list.select 是否选中
cart.goods_list.cart_num 购物车中数量
cart.goods_list.sku_number 商品最多可买多少个(最大数量)
cart.goods_list.gift_list 赠品信息
cart.invalid_list 失效的商品(下架、或删除 缺货)
#### 备注:

简要描述:

  • 选中购物车商品

请求URL:

  • mark-cart/select

请求方式:

  • POST
参数名 必选 类型 说明
cart_ids 购物车列表中单项ID(逗号隔开) 1,2,3,4,5
返回参数

{
    "code": 0,
    "data": {
        "select_goods_number": 3,
        "select_goods_amount": "20.40",
        "select_goods_amount_format": "20.40",
        "select_goods_number": 41,
        "select_goods_amount": "55.69",
        "select_goods_amount_format": "55.69",
        "goods_number": 195,
        "goods_amount": "868.23",
        "fullcut_amount": "1.01",
    },
    "message": "",
    "shop_id": 0,
    "user_id": 32630
}

返回参数说明:

参数名 说明
cart_info.select_goods_number 购物车信息汇总 总数

备注:

简要描述:

  • 删除购物车商品

请求URL:

  • mark-cart/delete
  • mark-cart/remove

请求方式:

  • POST
参数名 必选 类型 说明
cart_ids 购物车列表中单项ID(逗号隔开) 1,2,3,4,5
返回参数
{
    "code": 0,
    "data": {
        "cart": {
            "goods_list": [
                {
                    "cart_id": "113359",
                    "user_id": "32630",
                    "session_id": "0",
                    "shop_id": "22",
                    "comstore_id": "0",
                    "goods_id": "10670",
                    "sku_id": "10851",
                    "cart_act_id": null,
                    "goods_name": "999 感冒灵颗粒 10g*9袋 ",
                    "goods_number": "6",
                    "goods_price": "11.30",
                    "goods_type": 0,
                    "parent_id": "0",
                    "is_gift": "0",
                    "buyer_type": "0",
                    "add_time": "1699406751",
                    "buy_type": "0",
                    "ext_info": null,
                    "cart_key": null,
                    "store_id": "0",
                    "special_offer": "0",
                    "medicine_type": "0",
                    "basic_goods_name": "999 感冒灵颗粒 10g*9袋 ",
                    "distribution_price": "0.00",
                    "vip_discount": null,
                    "right_id": null,
                    "vip_refund": null,
                    "cat_id": "5202",
                    "brand_id": null,
                    "goods_sn": "00425",
                    "goods_status": true,
                    "goods_audit": "1",
                    "is_delete": "0",
                    "goods_image": "/shop/22/gallery/2020/03/13/15840751717970.jpg",
                    "give_integral": "0",
                    "invoice_type": "0",
                    "stock_mode": "1",
                    "spu_number": "3643",
                    "contract_ids": null,
                    "act_id": 0,
                    "order_act_id": "0",
                    "goods_moq": "1",
                    "user_discount": "0",
                    "sales_model": "0",
                    "jd_id": "0",
                    "sku_name": "999 感冒灵颗粒 10g*9袋 ",
                    "sku_image": "/shop/22/gallery/2020/03/13/15840751717970.jpg",
                    "sku_number": "3643",
                    "market_price": "11.50",
                    "spec_names": null,
                    "sku_sn": "00425",
                    "original_price": "11.50",
                    "cost_price": "11.30",
                    "sku_enable": "1",
                    "cart_step": "1",
                    "shop_status": "1",
                    "act_type": null,
                    "is_cross_border": "0",
                    "is_prescription_medicine": "0",
                    "is_hot_medicine": "0",
                    "generic_name": null,
                    "drug_specifications": null,
                    "requency_usage": null,
                    "unit_name": "盒",
                    "comstore_name": null,
                    "tag_image": "/images/superscript/jb7-1.png",
                    "tag_position": "0",
                    "goods_min_number": 1,
                    "goods_max_number": "3643",
                    "select": 0,
                    "activity": null,
                    "order_activity": null,
                    "prices": {
                        "is_original_price": false,
                        "price_type": "member_price",
                        "original_price": "11.50",
                        "activity_price": false,
                        "member_price": "11.30",
                        "goods_price": "11.30",
                        "flag_type": "0.00",
                        "vip_price": false,
                        "vip_refund": "0.00",
                        "activity_enable": "0.00"
                    },
                    "goods_price_format": "11.30",
                    "market_price_format": "11.50",
                    "original_price_format": "11.50",
                    "add_time_format": "2023-11-08 09:25:51",
                    "vip_amount": "67.80",
                    "goods_amount": "67.80",
                    "market_amount": "69.00",
                    "goods_amount_format": "67.80",
                    "cart_disable": 0,
                    "contract_list": null,
                    "gift_list": null
                }
            ],
            "shop_info": {
                "shop_id": "22",
                "user_id": "282",
                "site_id": "0",
                "shop_name": "澳洲玛医药官方旗舰店",
                "shop_image": "/shop/22/images/2020/05/14/15894466855417.png",
                "shop_logo": "/shop/22/images/2020/03/30/15855307883125.jpg",
                "shop_poster": "/shop/22/images/2020/03/30/15855308484780.jpg",
                "shop_sign": "",
                "shop_type": "2",
                "is_supply": "1",
                "cat_id": "0",
                "credit": "618",
                "desc_score": "5.00",
                "service_score": "5.00",
                "send_score": "5.00",
                "logistics_score": "5.00",
                "region_code": "50,01,08",
                "address": "重庆澳洲玛医药",
                "shop_lng": "106.658087",
                "shop_lat": "29.48682",
                "duration": "1",
                "unit": "0",
                "clearing_cycle": "0",
                "open_time": "1576566376",
                "end_time": "1734364799",
                "system_fee": "0.00",
                "insure_fee": "300000.00",
                "goods_status": "0",
                "shop_status": "1",
                "shop_sign_m": "",
                "take_rate": "5.00",
                "freebuy_take_rate": null,
                "reachbuy_take_rate": null,
                "qrcode_take_rate": "0.00",
                "button_url": "",
                "multi_store_allow_number": "0",
                "agreement_status": "0",
                "user_email": null,
                "referrer": null,
                "shop_rate": "5",
                "service_charge": "0.00",
                "shop_url": "/shop/22.html",
                "delivery_enable": 1
            },
            "select_goods_number": 0,
            "select_goods_amount": 0,
            "select_goods_amount_format": "0.00",
            "goods_number": 13,
            "goods_amount": "160.80",
            "invalid_list": [
                {
                    "cart_id": "113358",
                    "user_id": "32630",
                    "session_id": "0",
                    "shop_id": "22",
                    "comstore_id": "0",
                    "goods_id": "13663",
                    "sku_id": "13848",
                    "cart_act_id": null,
                    "goods_name": "金芦荟痘速消 15g",
                    "goods_number": "2",
                    "goods_price": "6.50",
                    "goods_type": 0,
                    "parent_id": "0",
                    "is_gift": "0",
                    "buyer_type": "0",
                    "add_time": "1699407887",
                    "buy_type": "0",
                    "ext_info": null,
                    "cart_key": null,
                    "store_id": "0",
                    "special_offer": "0",
                    "medicine_type": "0",
                    "basic_goods_name": "金芦荟痘速消 15g",
                    "distribution_price": "0.00",
                    "vip_discount": null,
                    "right_id": null,
                    "vip_refund": null,
                    "cat_id": "5330",
                    "brand_id": null,
                    "goods_sn": "54187",
                    "goods_status": false,
                    "goods_audit": "1",
                    "is_delete": "0",
                    "goods_image": "/shop/22/gallery/2020/04/21/15874575496188.jpg",
                    "give_integral": "0",
                    "invoice_type": "0",
                    "stock_mode": "1",
                    "spu_number": "777",
                    "contract_ids": null,
                    "act_id": 0,
                    "order_act_id": "689",
                    "goods_moq": "1",
                    "user_discount": "0",
                    "sales_model": "0",
                    "jd_id": "0",
                    "sku_name": "金芦荟痘速消 15g",
                    "sku_image": "/shop/22/gallery/2020/04/21/15874575496188.jpg",
                    "sku_number": "777",
                    "market_price": "8.50",
                    "spec_names": null,
                    "sku_sn": "54187",
                    "original_price": "6.50",
                    "cost_price": "3.80",
                    "sku_enable": "1",
                    "cart_step": "1",
                    "shop_status": "1",
                    "act_type": null,
                    "is_cross_border": "0",
                    "is_prescription_medicine": "0",
                    "is_hot_medicine": "0",
                    "generic_name": null,
                    "drug_specifications": null,
                    "requency_usage": null,
                    "unit_name": "盒",
                    "comstore_name": null,
                    "tag_image": "/images/superscript/jb7-0.png",
                    "tag_position": "0",
                    "goods_min_number": 1,
                    "goods_max_number": "777",
                    "select": 0,
                    "activity": null,
                    "order_activity": null,
                    "prices": {
                        "is_original_price": false,
                        "price_type": "member_price",
                        "original_price": "6.50",
                        "activity_price": false,
                        "member_price": "6.50",
                        "goods_price": "6.50",
                        "flag_type": "0.00",
                        "vip_price": false,
                        "vip_refund": "0.00",
                        "activity_enable": "0.00"
                    },
                    "goods_price_format": "6.50",
                    "market_price_format": "8.50",
                    "original_price_format": "6.50",
                    "add_time_format": "2023-11-08 09:44:47",
                    "vip_amount": "13.00",
                    "goods_amount": "13.00",
                    "market_amount": "17.00",
                    "goods_amount_format": "13.00",
                    "cart_disable": 0,
                    "contract_list": null,
                    "gift_list": null
                }
            ]
        },
        "shop_id": 0,
        "user_id": 32630,
        "unpayed_list": null,
        "guess_goods_list": [
            [
                {
                    "shop_id": 22,
                    "goods_id": 10344,
                    "goods_name": "金银花露(含糖型)  340毫升",
                    "medicine_type": 0,
                    "goods_image": "/shop/22/gallery/2020/03/13/15840680724944.jpg",
                    "goods_price": "3.10",
                    "market_price": "3.85"
                }
            ]
        ],
        "unpayed_count": "0"
    },
    "message": ""
}

返回参数说明:

参数名 说明
cart_info.select_goods_number 购物车信息汇总 总数

备注:

简要描述:

  • 调整购物车商品数量

请求URL:

  • mark-cart/change-number

请求方式:

  • POST
参数名 必选 类型 说明
sku_id skuid
number 数量
cart_id 购物车ID
请求示例
{
sku_id: 9980
number: 2
cart_id: 113462
shop_id: 0
}
返回参数
{
    "code": 0,
    "data": {
        "select_goods_number": 39,
        "select_goods_amount": "49.69",
        "select_goods_amount_format": "49.69",
        "fullcut_amount": "1.01",
        "cart_goods_number": 5,
        "sku_id": "21884",
        "cart_total_num": 197,
        "goods_id": "21526"
    },
    "message": ""
}

返回参数说明:

参数名 说明
cart_info.select_goods_number 购物车信息汇总 总数

备注:

简要描述:

  • 去结算

请求URL:

  • mark-cart/go-checkout

请求方式:

  • POST
参数名 必选 类型 说明
返回参数

返回参数说明:

参数名 说明
cart_info.select_goods_number 购物车信息汇总 总数

备注:

文档更新时间: 2024-10-18 09:21   作者:xieyuhua