Track Order接口文档

地址:https://ace.erp.chicv.com/rest/tracking/tracking/new
请求方法:GET
参数:orderNo、Email、siteId(均为必填项)
正确返回结果: json (所有金额均为原币种)
{
    "code": "OK",
    "desc": "OK",
    "item": {
        "order_no": "NOC8233105146", //订单号
        "total": 37.95, //支付金额
        "shipping": 8, // 运费金额
        "discount_price": 0, //优惠金额 
        "shipping_method": "flat", //物流方式
        "sku_price": 29.95, //产品价格
        "pay_confirm_time": "1558735151", //确认支付时间
        "shipping_address": { // 收件人信息
            "id": 11715531,
            "version": 1,
            "createTime": 1558757979,
            "orderId": 11097104, //订单流水号
            "customerId": 0,
            "firstname": "",
            "lastname": "Katharina  Marg",
            "country": "Germany",
            "countryCode": "DE",
            "state": "Hamburg",
            "stateCode": "Hamburg",
            "city": "Hamburg",
            "address": "Övelgönne",
            "email": null,
            "emailSha256": "",
            "zipcode": "22605",
            "tel": "+49 01724064252",
            "addressType": "SHIPPING",
            "remark": ""
        },
        "packages": [ //物流信息
            {
                "express_en": "dsf", //物流公司简称
                "tracking_no": "302179107356", //运单号
                "trackingUrl": "http", //track.4px.com/query/302179107356?locale=en_US\r\n", 
                //物流查询链接
                "ship_time": 1558926993, //发货时间
                "details": { //物流详情
                    "courierEnum": "dsf",
                    "trackingNo": "302179107356",
                    "appEnum": "ERP",
                    "stateEnum": "WAITING",
                    "nextQueueTime": 1558999250,
                    "endStatus": null,
                    "endSuccess": null,
                    "memo": null,
                    "stateTime": 1558995650,
                    "shipperName": null,
                    "consigneeName": null,
                    "weight": null,
                    "weightUnit": null,
                    "lastRequestTime": 1558995650,
                    "deliveryAddress": null,
                    "shippingAddress": null,
                    "id": 2793064,
                    "createTime": 1558995650,
                    "events": [{
                        "trackingNo": "302179107356",
                        "eventCode": "FPX_L_RPIF",
                        "eventDesc": "Shipment information received",
                        "eventArea": "",
                        "eventDate": "2019-05-25",
                        "eventTime": "18:29:20",
                        "sequence": 0,
                        "trackingId": 2793064
                    }...],
                    "isDelivery": false, //是否妥投
                    "deliveryTime": null, //妥投时间
                    "shipTime": 1558926993, //发货时间
                },
                "package_id": 5567344, //包裹id
            }
        ],
        "orderItems": [ //订单项详情
            {
                "image": "/image/catalog/1/a/4/1a416c5376b523398029c97fd83780b8.jpg",
                //图片地址
                "Price": 29.95, //产品
                "package_id": 5567344, //发货包裹id
                "sku_name_en": "Button Down Collar  Stripes  Roll Up Sleeve  Half Sleeve Maxi Plus Size Dress", //产品英文名
                "sku_attr_en": "color:As Picture;size:3XL", //产品规格
            }
        ],
        "email": "kmarg@formkombinat.de", //顾客邮箱
        "currency_code": "USD", //币种
    },
    "errParam": null,
    "success": true,
    "failed": false
}
  • 错误结果返回1:站点id错误

avatar

  • 错误结果返回2:邮箱不匹配

avatar

  • 错误结果返回3:订单号找不到

avatar


文档维护:黎俊阳、王小榆、王星星、林颖

results matching ""

    No results matching ""