跳轉到主要內容
GET
/
api
/
Resend
/
getResend
Get resend order details
curl --request GET \
  --url https://api.returnshelper.com/uat/user/api/Resend/getResend \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "resendId": 123,
  "resendShipmentList": [
    {
      "resendShipmentId": 123,
      "resendId": 123,
      "warehouseId": 123,
      "resendShipmentNumber": "<string>",
      "shipmentServiceType": "<string>",
      "shipmentCountryCode": "<string>",
      "shipmentName": "<string>",
      "shipmentPhone": "<string>",
      "shipmentFax": "<string>",
      "shipmentEmail": "<string>",
      "shipmentStreet1": "<string>",
      "shipmentStreet2": "<string>",
      "shipmentStreet3": "<string>",
      "shipmentState": "<string>",
      "shipmentCity": "<string>",
      "shipmentPostalCode": "<string>",
      "trackingNumber": "<string>",
      "error": "<string>"
    }
  ]
}
此頁面由 AI 自動翻譯。API 技術規格以英文呈現為標準。如有任何疑問,請參閱英文版本
取得單一補寄訂單的完整紀錄,包括目前狀態、運貨單詳情,以及發件後的追蹤號。在透過 建立補寄訂單 建立補寄後,用以追蹤進度。

授權

x-rr-apikey
string
header
必填

Your API key

x-rr-apitoken
string
header
必填

Your API token — keep this private

查詢參數

resendId
integer<int64>

Resend identifier

回應

Success

resendId
integer<int64>

Resend identifier

resendShipmentList
object[]

List of resend shipments