跳转到主要内容
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