Rebound V2 Get Return Orders by Order Number

Returns all return orders for a given client order number; authenticates via client_credentials and retries once on 401. Results are newest-first. Optionally returns a compact summary.

Inputs

NameTypeDescription
ReBound Client IDStringOAuth client id to obtain the bearer token
ReBound Client SecretSensitiveStringOAuth client secret to obtain the bearer token
Order NumberStringClient order id
SummaryBoolean (optional)If true, adds summary.

Outputs

NameTypeDescription
SuccessBooleanTrue if the request completed successfully
Status CodeNumberHTTP Status code
Order NumberStringOrder Number
Number of ReturnsNumberTotal number of returns found
Multiple Returns FoundNumberTotal number of returns found
Return IDsListReturn order IDs, sorted newest first
Latest Return IDStringNewest RO ID
Latest Tracking NumberStringFrom newest RO’s first parcel (if present)
ContentListRaw list of return orders from the API
RawObjectFull raw API payload
SummaryListPresent only when Include Summary=true; see shape below