Get return
Fetch a Return by id. Tenancy is scoped to the authenticated developer.
Authorizations
Rye API key
Path Parameters
Response
OK
A single Return record. The state discriminator tells you which of
denial, failure, and refunds is populated; nextAction is set once the
Return is approved (see {@link NextActionResponse}).
When the Return record was last updated.
When the Return record was created.
Per-transition timestamps; later stamps fill in as the Return advances.
Reason the return was requested, echoed back from the create call.
defective, wrong_item, unwanted, color, not_as_described, size_too_large, size_too_small, style, other Rye checkout intent id that produced the order being returned.
Rye order id (order_<32 hex>) this Return was opened against.
Lifecycle state; the discriminator for the optional sub-objects below.
requested, requires_action, processing, refunded, denied, failed Rye return id (ret_<32 hex>).
Issued refunds. Present only on refunded.
What went wrong. Present only on failed.
Why the merchant declined the return. Present only on denied.
What the shopper must do next (e.g. ship the items back). Present once the
return is approved — i.e. on requires_action, processing, and
refunded — and may be present on denied / failed if they were
approved before terminating. Absent on requested.

