在线下单

在线下单保存  BigCustomerOrder.newadd  fun

参数

需要按照之前PC端的界面

================================================================================================================================

获取承运商 BigCustomerOrder.GetCarrier  fun

参数

当前不是外配  不需要参数   somlogin

================================================================================================================================

客户需知 BigCustomerOrder.disclaimer fun

参数

nid 承运商dsid

================================================================================================================================

进出口商 client_select_Importer  json

参数 

database=morelink

================================================================================================================================

国内仓库列表 client_select_warehouseAddr  json

参数

database=morelink

nid=在获取承运商接口里面
types = 0        1=不显示FBA头程隐藏的数据

================================================================================================================================

渠道获取  client_select_Channel_data json

参数

database=morelink

EntrustType 业务类型

================================================================================================================================

获取发货人地址   client_select_consignee  json

参数

database=morelink

optype   1发货地址  2提货地址

================================================================================================================================

获取FBA地址   client_select_WarehouseInfo_bycountry json

参数

country  国家

================================================================================================================================

货箱清单网格  web_select_Clientsetup_PID  json

database=morelink

PID=200801102323359

================================================================================================================================  

获取渠道报价数据

proc:client_select_order_freight

type:json

参数:

  1. channelid:   渠道id
  2. warehouseid:  仓库id
  3. country:  国家
  4. d_code:   仓库代码
  5. zipcode:  邮编
  6. yjweight:  预计重量
  7. yjvolume: 预计体积

database :morelink

返回结构:

{
    "status": true,
    "data": json字符串,
    "msg": "操作成功",
    "code": 1000

}

================================================================================================================================  文件管理-保存

proc:BigCustomerOrder.addfile

type:fun

参数:

    参考页面

    database :morelink

返回结构:

{
    "status": true,
    "data": json字符串,
    "msg": "操作成功",
    "code": 1000

}

================================================================================================================================