---
title: "Retrieves the collection of OrderReturn resources."
method: GET
path: "/order_returns"
tags: ["OrderReturn"]
---

# Retrieves the collection of OrderReturn resources.

`GET /order_returns`

Retrieves the collection of OrderReturn resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

OrderReturn collection

- OrderReturn[]
  - `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

---

[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)
