Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Prefix the value with "ApiKey" to indicate the custom authorization type

Path Parameters

id
string<uuid>
required

Query Parameters

includeShipment
boolean

Response

The requested return order

id
string<uuid>
required

Return order ID

Example:

"ed92d1a0-a8ee-4768-bbcb-26dd4bfdf8a4"

retrievals
object[]
required

Retrieval methods grouped by type. Always contains 4 entries: PL, RETURN_KIT, INBOUND, NOT_MAPPED

personId
string<uuid>

Person ID

Example:

"016fb454-066b-4ba5-9eca-a2fa14b7e7fc"

supportTicketId
integer<int64>

Support ticket ID

Example:

12345

createdAt
string<date>

Created date

Example:

"2025-11-26"

updatedAt
string<date>

Updated date

Example:

"2025-11-26"

confirmedAtTimestamp
string<date-time>

Confirmed timestamp (UTC)

Example:

"2025-11-27T10:15:00Z"

shippingAddress
object

Shipping address

status
enum<string>

Return order status

Available options:
PENDING,
PROCESSING,
COMPLETED,
RETURN_KIT_SENT,
RETURN_KIT_DELIVERED,
RETURN_KIT_SENT_BACK,
RECEIVED_IN_WAREHOUSE,
RETURNED,
NOT_RETURNED,
SUBMITTED,
CANCELLED,
NONE,
CONFIRMED,
PARTIALLY_COMPLETED,
NOT_COMPLETED
Example:

"CONFIRMED"

replacement
object

Replacement order if applicable

returnLifecycleType
enum<string>

Return lifecycle type

Available options:
ONE_OFF,
OFFBOARDING
Example:

"ONE_OFF"

submittedBy
object

Person who submitted the return order.

office
object

Office associated with the return, if any.

person
object

Affected person reference (sibling to legacy personId).

deliveryLocation
enum<string>

The return's delivery location (mirrors the FE Returns 'Delivery location' column). Allowed values: FIRSTBASE, OFFICE, MULTIPLE.

Available options:
FIRSTBASE,
OFFICE,
MULTIPLE