Get return inventory details
ReturnInventory
Get return inventory details
GET
Get return inventory details
Fetches the full record of a single return inventory item by its
Formula:
Production example:
The key already contains the full S3 path. Constructed URLs are publicly fetchable, require no authentication header, and do not expire. URLs and content are safe to cache client-side.
Empty state:
returnInventoryId.
Inventory photos
The response includes areturnRequestLineItemImages[] array of photos attached to the inventory’s line item. The endpoint returns S3 keys, not URLs — to display or fetch a photo, build a URL by concatenating the environment-specific hostname with the key.
Entry shape
Each entry exposes four resized variants of the same photo, so you can pick the right one for your UI:| Field | Typical use |
|---|---|
s3SmallFileKey | Thumbnails in list views |
s3MediumFileKey | Preview in detail views |
s3LargeFileKey | Full-screen preview |
s3OriginalFileKey | Original upload (largest; only when you need the unscaled image) |
URL construction
Hostname per environment:| Environment | Photo hostname |
|---|---|
| Sandbox (UAT) | rr-dev-files.returnshelper.com |
| Production | file.returnhelpercentre.com |
returnRequestLineItemImages: [] when no photos are attached.
This endpoint reflects the current state at query time. For real-time notifications when warehouse staff add, replace, or remove photos, subscribe to the
changeLineItemImage webhook rather than polling.Related
- Get Return Inventory by Line Item ID — same response shape, queryable by line item.
- Image Updated webhook — real-time photo change notifications.
- VAS Updated webhook — real-time VAS result photo notifications.