获取 Return Shipment 详情
returnRequestId,获取单个退件运货单的完整记录——包含运货单、其明细、面单与任何自定义字段。
退件运货单代表仓库收件前的包裹。一旦仓库登记该包裹,它便成为退货库存项目;自该阶段起,请改用 获取 退货库存 详情,其中带有收件后的处理数据。
找回遗漏的面单
面单位于shipments[].label.labelUrl。此端点的主要用途是系统异常后的对账:若您的接收端遗漏了某次面单通知,可使用 returnRequestId 调用本端点,直接读取当前的 labelUrl 与 trackingNumber。labelUrl 为空表示面单尚未生成完成(或已失败)——请检查 shipments[].label.labelRequestStatusCode。
授权
Your API key
Your API token — keep this private
查询参数
Return request identifier, as returned by Create return shipment.
响应
Success
Full record of a return shipment. Successful responses also carry the standard envelope fields (correlationId, meta) alongside the fields below.
Return request identifier
Return request number
Your merchant-supplied reference, echoed back for reconciliation
Current return status code
Return title
Declared total value of the return
ISO 4217 currency code of totalValue (e.g. USD)
Warehouse-assigned RMA reference (uppercased). Populated once the warehouse processes the parcel.
Free-text remarks
Whether the return request is archived
Origin/source of the return request
Shipments belonging to this return request, each with its label.
Line items included in the return request.
Return inventory records derived from this request, populated once the warehouse has received the parcel. Empty before receipt — use Get return inventory details for full inventory data at that stage.
Custom fields attached to the return shipment.