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.