6.1 创建订单

6.1 创建订单

HTTP请求方式:POST

METHOD:b2c.order.create

完整的HTTP请求参数(由下边各个参数的值自动生成,可直接复制至剪切板): 复制至剪切板

详解HTTP请求参数:添加参数 查看参数说明....

  • = 收货地址 *
  • = 购物车加密字符串 *
  • = 使用指定货币购买 *
  • = 支付方式 *
  • = 发票类型
  • = 使用发票
  • = 发票内容
  • = 发票抬头
  • = 订单备注
  • = 立即购买 *
  • = 积分使用比例
  • = 配送方式 *
  • = 1:物流保价,0不使用 *
  • = special:指定日期
  • = 指定日期
  • = 收货地址
  • = 平台来源( ios:苹果客户端,android:安卓客户端)
  • = 会员ID(代客下单)
  • = 是否自提订单(true:是,false:否)
  • = 自提联系人
  • = 自提联系方式
  • = 自提门店ID
  • = 自提门店名称

参数说明:

参数名称 是否必填 类型 描述
address json 收货地址
md5_cart_info string 购物车加密字符串
payment[currency] string 使用指定货币购买
payment[pay_app_id] json 支付方式
payment[tax_type] string 发票类型
payment[is_tax] bool 使用发票
payment[tax_company] string 发票内容
payment[tax_content] string 发票抬头
memo string 订单备注
isfastbuy bool 立即购买
point[score] int 积分使用比例
shipping json 配送方式
is_protect int 1:物流保价,0不使用
shipping_time[day] string special:指定日期
shipping_time[special] string 指定日期
shipping_time[time] string 收货地址
source string 平台来源( ios:苹果客户端,android:安卓客户端)
member_id string 会员ID(代客下单)
is_sotre_auto bool 是否自提订单(true:是,false:否)
selfproxy_username string 自提联系人
selfproxy_mobile string 自提联系方式
selfproxy_id string 自提门店ID
selfproxy_name string 自提门店名称

返回结果(JSON)     格式化json

数据说明: