页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

代码块
languagejs
borderStylesolid
firstline1
titleRequest
linenumberstrue
[
  {
    "consignmentId": "34",
    "referenceNo": "TEST0012304069",
    "addressLine1": "42-52 EXPORT STREET",
    "addressLine2": "",
    "city": "LYTTON",
    "country": "AU",
    "email": "",
    "invoiceCurrency": "AUD",
    "invoiceValue":"1",
    "phone": "00000000000",
    "postcode": "4178",
    "recipientCompany": "",
    "recipientName": "Amazon",
    "serviceCode": "TEST.SERVICE.CODE",
    "facility": "SYD",
    "description": "N10140353440",
    "sku": "N10140353440",
    "shipperName":"Testing",
    "state": "QLD",
    "weight": 11.8,
    "length": 15,
    "width": 15,
    "height": 13,
    "orderItems": [
      {
        "itemNo": 0,
        "itemCount": "1",
        "weight": "11.8",
        "originCountry": "AU",
        "unitValue":"1"
      }
    ],
    "pieces": [
      {
        "consignmentId": "35",
        "referenceNo": "TEST0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "invoiceValue":"1",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "TEST.SERVICE.CODE",
        "facility": "SYD",
        "description": "N10140353440",
        "sku": "N10140353440",
        "state": "QLD",
        "weight": 11.8,
        "length": 15,
        "width": 15,
        "height": 13,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "11.8",
            "originCountry": "AU",
            "unitValue":"1"
          }
        ]
      },
      {
        "consignmentId": "36",
        "referenceNo": "TEST0012304069",
        "addressLine1": "42-52 EXPORT STREET",
        "addressLine2": "",
        "city": "LYTTON",
        "country": "AU",
        "email": "",
        "invoiceCurrency": "AUD",
        "invoiceValue":"1",
        "phone": "00000000000",
        "postcode": "4178",
        "recipientCompany": "",
        "recipientName": "Amazon",
        "serviceCode": "TEST.SERVICE.CODE",
        "facility": "SYD",
        "description": "N10140353440",
        "sku": "N10140353440",
        "state": "QLD",
        "weight": 11.8,
        "length": 15,
        "width": 15,
        "height": 13,
        "orderItems": [
          {
            "itemNo": 0,
            "itemCount": "1",
            "weight": "11.8",
            "originCountry": "AU",
            "unitValue":"1"
          }
        ]
      }
    ]
  }
]

...

响应报文

单票
代码块
titleResponse
linenumberstrue
ResponseMsg
{
  "status": "Success",
  "errors": null,
  "data": [
    {
      "status": "Success",
      "errors": null,
      "warnings": null,
      "orderId": "jpCMGo8l1riTR6DBD-yrwQ",
      "referenceNo": "TESTING1231211",
      "trackingNo": "91094210305241764976",
      "connoteId": null,
      "piecesResult": null,
      "extraProperty": {},
      "relabelStatus": 1
      "lastMileCarrier":
    }
  ],
  "warnings": null
}

...

一票多件
代码块
{
  "status": "Success",
  "errors": null,
  "data": [
    {
      "status": "Success",
      "errors": null,
      "warnings": null,
      "orderId": "fzvOhmwI2q98SlQzTONNOA",
      "referenceNo": "TEST0012304069-34",
      "trackingNo": "TEST8239966K-001",
      "connoteId": "TEST8239966K",
      "piecesResult": [
        {
          "status": "Success",
          "errors": null,
          "warnings": null,
          "orderId": "ePfoT0cj0rDiQG81lGkNRw",
          "referenceNo": "TEST0012304069-35",
          "trackingNo": "TEST8239966K-002",
          "connoteId": "TEST8239966K"
        },
        {
          "status": "Success",
          "errors": null,
          "warnings": null,
          "orderId": "oDx4z94Jg7bdQw7oj6BP0Q",
          "referenceNo": "TEST0012304069-36",
          "trackingNo": "TEST8239966K-003",
          "connoteId": "TEST8239966K"
        }
      ],
      "relabelStatus": 0,
      "lastMileCarrier":
      "extraProperty": {}
    }
  ],
  "warnings": null
}

...