POST api/SDKLogistics/QueryAliExpressLogisticsInfo

Request Information

URI Parameters

None.

Body Parameters

Collection of string

Request Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]

application/xml, text/xml

Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <string>sample string 1</string>
  <string>sample string 2</string>
</ArrayOfstring>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseResultOfListOfAliExpressLogisticsInfo
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

Collection of AliExpressLogisticsInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": [
    {
      "ShopId": 1,
      "OnlineOrderNo": "sample string 2",
      "PackageNo": "sample string 3",
      "LogisticsNo": "sample string 4",
      "LpNo": "sample string 5",
      "InsideNo": "sample string 6",
      "LogisticsConfigs": "sample string 7"
    },
    {
      "ShopId": 1,
      "OnlineOrderNo": "sample string 2",
      "PackageNo": "sample string 3",
      "LogisticsNo": "sample string 4",
      "LpNo": "sample string 5",
      "InsideNo": "sample string 6",
      "LogisticsConfigs": "sample string 7"
    }
  ]
}

application/xml, text/xml

Sample:
<ResponseResultOfArrayOfAliExpressLogisticsInfo4mbqSEdK xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Willv.Common">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/MS.LPS.Model.AliExpressLogistics">
    <d2p1:AliExpressLogisticsInfo>
      <d2p1:InsideNo>sample string 6</d2p1:InsideNo>
      <d2p1:LogisticsConfigs>sample string 7</d2p1:LogisticsConfigs>
      <d2p1:LogisticsNo>sample string 4</d2p1:LogisticsNo>
      <d2p1:LpNo>sample string 5</d2p1:LpNo>
      <d2p1:OnlineOrderNo>sample string 2</d2p1:OnlineOrderNo>
      <d2p1:PackageNo>sample string 3</d2p1:PackageNo>
      <d2p1:ShopId>1</d2p1:ShopId>
    </d2p1:AliExpressLogisticsInfo>
    <d2p1:AliExpressLogisticsInfo>
      <d2p1:InsideNo>sample string 6</d2p1:InsideNo>
      <d2p1:LogisticsConfigs>sample string 7</d2p1:LogisticsConfigs>
      <d2p1:LogisticsNo>sample string 4</d2p1:LogisticsNo>
      <d2p1:LpNo>sample string 5</d2p1:LpNo>
      <d2p1:OnlineOrderNo>sample string 2</d2p1:OnlineOrderNo>
      <d2p1:PackageNo>sample string 3</d2p1:PackageNo>
      <d2p1:ShopId>1</d2p1:ShopId>
    </d2p1:AliExpressLogisticsInfo>
  </Data>
  <ErrorCode>sample string 2</ErrorCode>
  <ErrorMessage>sample string 3</ErrorMessage>
  <Status>true</Status>
</ResponseResultOfArrayOfAliExpressLogisticsInfo4mbqSEdK>