文档中心 > API类目 > CRM猎户座前台

qimen.alibaba.okki.cgs.order.combination.validate (cgs组合促销下单校验)

cgs组合促销下单时调用小满规则校验

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
quotation_id String 可选 2345 小满方案id
promotion_id String 可选 12616367 促销id
ali_gid String 可选 123123 客户globalId
quotation_item_list QuotationItemList [] 可选
  • 最大列表长度:999999
  • 方案行信息
    • └ commodity_code
    • String
    • 可选
    • be545
    • 商品code
    • └ sales_type
    • String
    • 可选
    • 1
    • 售卖类型
    • └ total_price
    • String
    • 可选
    • 12800.000000000000000000000000
    • 总价
    • └ count
    • String
    • 可选
    • 1
    • 数量
    • └ currency
    • String
    • 可选
    • CNY
    • 币种
    • └ quotation_item_id
    • String
    • 可选
    • 2345_2
    • 方案行id

    响应参数

    名称 类型 示例值 描述
    result String 0 返回结果
    success Boolean true 是否成功
    error_desc String error_desc 错误信息
    resp_code String 0 返回码

    请求示例

    {"quotation_id":"2345","promotion_id":"12616367","ali_gid":"123123","quotation_item_list":[{"commodity_code":"be545","sales_type":"1","total_price":"12800.000000000000000000000000","count":"1","currency":"CNY","quotation_item_id":"2345_2"}]}

    响应示例

    {
        "result":"0",
        "success":true,
        "error_desc":"error_desc",
        "resp_code":"0"
    }

    验签示例

    {"success":"不等于true","error_desc":"Illegal request","resp_code":"sign-check-failure"}

    错误码解释

    错误码 错误描述 解决方案

    API工具

    FAQ

    返回
    顶部