修改出库单

1、功能名称:修改出库单

2、功能描述:修改出库单

3、请求地址:https://ssl.glitzcloud.com/agent/v1/orders/order/edit

测试地址:http://gztest.glitzcloud.com/agent/v1/orders/order/edit

4、请求方式:POST

请求体格式:application/json

5、请求参数

名称 类型 必填 示例值 描述
store_name String The Warehouse USA 仓库名称
platform_shop_name String Amazon 平台名称
shop_id String APIStore 店铺名称
order_sn String G201608150001 平台店铺订单编号
pre_outflow_time String 2016-08-15~2016-08-20 或 2016-08-15 要求出库时间
client_order_id string XM3K9U034033 客户订单编号
remark Text remark 备注
business_type Integer 1,2 1:B2B,2:B2C
transport_id String UPS 快递公司名称,[物流方式]接口获取
shipmethod_id String UPS Ground 派送方式,[物流方式]接口获取
packagetype_id String Your Packaging 包裹类型,[物流方式]接口获取
declared_c Float 100.5 预报长度
declared_k Float 100.5 预报宽度
declared_g Float 100.5 预报高度
company String Glitzhome 收件人公司
name String Jim 收件人
telephone String 021-5370246 电话号码
postcode String 200000 邮编
address_1 Text 上海浦东新区 地址第一行
address_2 Text 金科路2889号 地址第二行
address_3 Text 长泰广场C栋1002 地址第三行
country String US 国家二字码
province String WA 省/州
city String New York
bill_type Integer 支付方式 0:TWUSA平台支付
1:第三方平台支付
2:到付
track_num String 物流跟踪号 bill_type=3时必填,否则为非必填
is_insurance Float 0 是否投保,0:不投保;1:投保;当transport_id是Ups或Fedex支持投保。
signature_value Integer 1 签名服务,1:直接签名;2:间接签名;3:成人签名。留空表示无需签名服务
is_confirm_trouble Integer 0,1 trouble订单是否确认 0 未确认 1已经确认
ship_short Integer 0,1 是否短缺发货 0 否 1 是;仅未生成拣货批次或订单异常时可修改此字段
products string [{\"exp_piece_qty\":1,
\"product_sn\":\"X003GUP025\"}]
产品列表,json字符串

6、请求示例

{
    "apikey": "85082f5f62a811e684f500163e06045f",
    "randoms": 1234,
    "sign": "656d6fbe6b7dec6c2e77ffe27f04bd6d",
    "store_name": "The Warehouse USA",
    "platform_shop_name": "Amazon",
    "shop_id": "APIStore",
    "order_sn": "G201608150001",
    "pre_outflow_time": "2016-08-15",
    "remark": "remark",
    "business_type": "1",
    "transport_id": "UPS",
    "shipmethod_id": "UPS Ground",
    "packagetype_id": "Your Packaging",
    "declared_c": 100.5,
    "declared_k": 100.5,
    "declared_g": 100.5,
    "company": "glitzhome",
    "telephone": "021-5370246",
    "postcode": "200000",
    "address_1": "上海浦东新区",
    "address_2": "金科路2889号",
    "address_3": "长泰广场C栋1002",
    "country": "US",
    "province": "WA",
    "city": "New York",
    "bill_type": 1,
    "products": "[{\"exp_piece_qty\":1,\"product_sn\":\"X003GUP025\"}]"
}

7、返回格式:JSON

8、返回示例:

成功返回:

{
    "status": 200,
    "reqMsg": "ok",
    "result": {
        "order_id": "2509"
    }
}

错误返回:

{
    "status": "2518",
    "reqMsg": "Carrier is compulsory",
    "result": []
}

9、返回参数说明:

参数 类型 示例值 描述
order_id Integer 2509 出库单ID

全局返回码说明