- 评论
- souring相关
- 站点->sourcing
- 购物车 -> 购物车
- 个人中心->订单管理
- 产品->详情
- 订单 -> 订单
- 站点->支付方式
- 产品搜索->列表
- 购物车 -> 结算
- 商品详情->激光定制
- 商品定制
- 多买多奖
countryProhibition
POST
/st-cart/order-check/sales-prohibition
请求参数
Body 参数application/json
orderNumber
string
可选
iso2
string
可选
type
integer
可选
默认值:
0
currency
string
可选
默认值:
USD
queryConfirm
integer
可选
默认值:
0
queryCheckout
integer
可选
默认值:
0
normalConfirm
integer
可选
默认值:
0
labelList
array[integer]
可选
默认值:
new ArrayList<>()
prohibitionType
integer
可选
checkAddressChange
integer
是否检查地址变更
默认值:
0
applyPreSaleSplit
integer
应用预售拆分
示例
{
"orderNumber": "string",
"iso2": "string",
"type": 0,
"currency": "USD",
"queryConfirm": 0,
"queryCheckout": 0,
"normalConfirm": 0,
"labelList": "new ArrayList<>()",
"prohibitionType": 0,
"checkAddressChange": 0,
"applyPreSaleSplit": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.nihaocloud.cn/st-cart/order-check/sales-prohibition' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNumber": "string",
"iso2": "string",
"type": 0,
"currency": "USD",
"queryConfirm": 0,
"queryCheckout": 0,
"normalConfirm": 0,
"labelList": "new ArrayList<>()",
"prohibitionType": 0,
"checkAddressChange": 0,
"applyPreSaleSplit": 0
}'
返回响应
🟢200成功
application/json
Body
com.nihao.sitecartweb.model.vo.SalesProhibitionVo
customerId
integer
可选
qty
integer
全部有效商品
weight
number
产品重量
vipDiscount
number
vip折扣
originalPrice
number
无任何折扣的总价
discountPrice
number
折后总价
freeShipDiscountPrice
number
免邮商品折扣价
freeShipLimit
number