---
title: "Retrieves a OrderReturn resource."
method: GET
path: "/order_returns/{id}"
tags: ["OrderReturn"]
---

# Retrieves a OrderReturn resource.

`GET /order_returns/{id}`

Retrieves a OrderReturn resource.

## Path parameters

- `id` string, required

## Response `200`

OrderReturn resource

- OrderReturn — Order return represents the full or partial return of a number of order items
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for each order return
  - `amount` integer, nullable — The total amount (price) for the returned order
  - `created` string, date-time, nullable — Date and time the order return was created
  - `currency` string, nullable — The currency the refund will be paid in
  - `description` string, nullable — A description of the order return
  - `quantity` integer, nullable — The number of items within the return order
  - `orderId` string, nullable — The ID of the original order
  - `refundId` string, nullable — The ID of the refund issued for the order

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.dev/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.dev/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
