get
https://api.ecartapi.com/api/v2/orders//returns/
Retrieves the full detail of a specific return, including its items with product information.
orderId and id (the returnOrderId / Temu's parentAfterSalesSn) are required.
Return Items
Each item in returnItems includes:
returnItemId– Temu'safterSalesSnquantity– Number of units. Can be"0"whenafterSalesType = 1(refund-only, no physical return)returnReason– Human-readable reason provided by the buyerproductId– Temu'sgoodsIdvariantId– Temu'sproductSkuIdsku– External SKU code (extCode)name– Product name (resolved via an additional batch call to Temu's catalog API)
Response fields
| Field | Description |
|---|---|
available | "true" if upload label is available (availableOperateList includes 10), "false" otherwise |
type | Return delivery type: dropOff or pickUp. null if not determined |
afterSalesType distinction
| Type | Meaning | Physical return? |
|---|---|---|
| 1 | Refund only | No — quantity may be 0 |
| 2 | Return + refund | Yes — label upload required |