---
title: "Get active returns"
method: GET
path: "/returns"
tags: ["Return Request"]
---

# Get active returns

`GET /returns`

Get all active returns for a user

## Query parameters

- `order_ids` string[], required

## Response `200`

Successful response

- object
  - `returns` object[]
    - `id` string
    - `status` string
    - `created_at` string
    - `updated_at` string
    - `order_id` string
    - `order_number` string
    - `order_date` string
    - `line_items` object[]
      - `id` string
      - `name` string
      - `product_id` string
      - `variant_id` string
      - `quantity` integer

---

[API](https://skmtc.net/itsrever/apis/storefront-api.md) · [All operations](https://skmtc.net/itsrever/apis/storefront-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/itsrever/storefront-api/versions/d5428c1ce1a0/schema)
