b2c.order.ship_status_update 订单发货状态更新接口

author: chenping,chenping@shopex.cn

2024-04-03

API应用级输入参数

名称 类型 是否必需 描述 示例
order_bn String Y 交易编号(交易ID) 20111111154444
ship_status Number Y 交易发货状态。可选值:0(未发货) 1(已发货) 2(部分发货) 3(部分退货) 4(已退货) 0

API应用级返回结果

成功

  [{
    'rsp':'succ',
    'data':true,
    'res':{'tid':'20111111154444'}
  }]

失败

  {
    'rsp':'fail',
    'data':'订单发货状态修改失败!',
    'res':'E_USER_ERROR'
  }