购物车移除折扣码
购物车 API 用于客户在会话期间产生的购物车交互,当需要向购物车移除折扣码时可通过请求这个接口完成对应操作。
请求信息
API路径:
POST
https://{handle}.myshopline.com/cart/discount-code/remove
请求header:
参数名 | 参数类型 | 是否必填 | 是否数组 | 默认值 | 描述 |
---|---|---|---|---|---|
Content-Type | String | Y | N | application/json | |
cookie | String | Y | N | 主站cookie |
请求body:
一级参数名 | 二级参数名 | 参数类型 | 是否必填 | 是否数组 | 示例 | 描述 |
---|---|---|---|---|---|---|
code | String | Y | N | 折扣码 |
响应信息
响应body:
参数名 | 参数类型 | 是否数组 | 示例 | 描述 | |||
---|---|---|---|---|---|---|---|
items | Object | Y | 购物车商品列表 | ||||
id | String | N | 36110175633573 | 商品唯一标识 即sku_id | |||
group_id | String | N | 0 | 商品组ID | |||
quantity | Integer | N | 2 | 商品数量 | |||
properties | Long | N | ![]() | ||||
variant_id | String | N | 36110175633573 | 商品 sku_id | |||
title | String | N | test1 | 商品title+sku title 名称+规格 | |||
price | Double | N | 200 | 商品 售价 | |||
original_price | Double | N | 200 | 商品 原价 (可能为0) | |||
discounted_price | Double | N | 200 | 减去优惠后的价格 | |||
line_price | Double | N | 200 | 商品行售价 | |||
original_line_price | Double | N | 200 | 商品行原价(可能为0) | |||
total_discount | Double | N | 200 | 单个商品的总折扣金额 | |||
discounts | Object | Y | 商品行优惠 | ||||
amount | Double | N | 200 | 优惠金额 | |||
title | String | N | 满100减50 | 优惠名称 | |||
sku | String | N | 红色XL | 商品 sku_id | |||
grams | String | N | 100 | 商品重量 单位g | |||
taxable | Boolean | N | true | 是否收税 | |||
product_id | String | N | 36110175633573 | 商品 spu_id | |||
gift_card | Boolean | N | true | 是否为礼品卡商品 | |||
final_price | Double | N | 500 | 商品参与计价的金额 | |||
final_line_price | Double | N | 500 | 商品行参与计价的金额 | |||
url | String | N | https://ddfasdfasdf | 商品主站链接 | |||
featured_image | String | N | |||||
aspectRatio | Double | N | 纵横比 | ||||
alt | String | N | 鼠标悬停提示信息 | ||||
height | Integer | N | 显示高度 | ||||
url | String | N | 图片 | ||||
width | Integer | N | 显示宽度 | ||||
image | String | N | 商品image | ||||
handle | String | N | 商品handle | ||||
requires_shipping | String | N | 是否需要发货 | ||||
product_title | String | N | 商品title | ||||
variant_title | String | N | 所有规格的拼接 | ||||
variant_options | String | N | 所有规格枚举 | ||||
options_with_values | String | N | 规格 | ||||
name | String | N | 规格名称 | ||||
value | String | N | 规格值 | ||||
line_level_discount_allocations | String | N | 商品行优惠信息 | ||||
amount | Double | N | 优惠金额 | ||||
discountApplication | String | N | |||||
type | Integer | N | |||||
title | String | N | 优惠名称 | ||||
description | String | N | 优惠描述 | ||||
value | Double | N | 优惠金额 | ||||
created_at | String | N | 活动创建时间 | ||||
value_type | String | N | 折扣活动类型: | ||||
target_type | String | N | 优惠作用对象: | ||||
code | String | N | 优惠码 | ||||
status | String | N | 状态值 enable unable | ||||
line_level_total_discount | Double | N | 商品行优惠总金额 |
请求、响应示例
场景1:正常移除折扣码
{
"token":"14f1ad57a80c49458f73154199e4e03a",
"note":"",
"attributes":{
},
"items":[
{
"id":"18056883180998219714141560",
"properties":null,
"quantity":1,
"title":"RetroLife HQKZ-006 High Fidelity Bluetooth Turntable For Vinyl Music System Brown",
"price":199.99,
"discounts":[
{
"amount":18,
"title":"Subscribe for $18 off"
}
],
"sku":"HQKZ-006 Brown",
"grams":"7.0",
"taxable":true,
"url":"https://boxlegend.myshopline.com/products/high-fidelity-turntable-with-moving-magnetic-cartridge-hqkz-006",
"image":"https://img-va.myshopline.com/image/store/2000056861/1620894872993/0365f2957d7148809637bbc993a5b9d1.jpeg?w=1500&h=1460",
"handle":"high-fidelity-turntable-with-moving-magnetic-cartridge-hqkz-006",
"key":"18056883180998219714141560:5f55c13faf9d4d889294f7a8cd7a5379",
"urlToRemove":"/cart/change?id=18056883180998219714141560:5f55c13faf9d4d889294f7a8cd7a5379&quantity=0",
"group_id":"0",
"variant_id":"18056883180998219714141560",
"product_custom_type":"",
"original_price":229.99,
"discounted_price":181.99,
"line_price":199.99,
"original_line_price":229.99,
"total_discount":18,
"product_id":"16052923505799594374111560",
"gift_card":false,
"final_price":181.99,
"final_line_price":181.99,
"featured_image":{
"alt":null,
"height":null,
"url":"https://img-va.myshopline.com/image/store/2000056861/1620894872993/0365f2957d7148809637bbc993a5b9d1.jpeg?w=1500&h=1460",
"width":null,
"aspect_ratio":null
},
"requires_shipping":true,
"product_title":"RetroLife HQKZ-006 High Fidelity Bluetooth Turntable For Vinyl Music System",
"variant_title":"Brown",
"variant_options":[
"Brown"
],
"options_with_values":[
{
"name":"Model",
"value":"Brown"
}
],
"line_level_discount_allocations":[
{
"amount":18,
"discount_application":{
"type":3,
"title":"Subscribe for $18 off",
"description":null,
"value":18,
"code":"RTL18",
"status":"enable",
"created_at":null,
"value_type":"fix_amount",
"target_type":"line_item"
}
}
],
"line_level_total_discount":18,
"product_source":1,
"selling_plan_allocation":null,
"enable_quantity_adjust":true,
"enable_delete":true
}
],
"currency":"USD",
"original_total_price":229.99,
"items_subtotal_price":181.99,
"total_price":181.99,
"total_discount":18,
"total_weight":7,
"item_count":1,
"requires_shipping":true,
"cart_level_discount_applications":[
]
}
场景2:折扣码不存在:
POST
https://{handle}.myshopline.com/cart/discount-code/remove
status:404
{
"message":"DISCOUNT_CODE_INVALID",
"description":"DISCOUNT_CODE_INVALID"
}
这篇文章对你有帮助吗?