---
title: "showAllTradeInsOps Trade in"
method: GET
path: "/ops/trade-ins"
tags: ["ops"]
---

# showAllTradeInsOps Trade in

`GET /ops/trade-ins`

Fetch all trade ins by OPS

## Response `200`

OK response.

- TradeInsListResult
  - `tradeIns` TradeInResult[] — an array with the trade-ins
    - `asset_grade` string — The quality of the product
    - `asset_id` string, regexp — The ID of the trade in asset
    - `company_name` string — Name of the company that owns this asset
    - `estimated_residual_amount` MoneyAmount
      - `currency` string, required — Currency code, see ISO 4127 (https://www.iso.org/iso-4217-currency-codes.html) (supported: EUR, GBP, USD)
      - `gross` integer, required — Gross amount of money, expressed in the minor unit for the currency
      - `net` integer, required — Net amount of money, expressed in the minor unit for the currency
    - `finalised_at` string, date-time
    - `id` string, regexp, required — topi trade-in ID
    - `provider_id` string, regexp — The ID of the trade in partner
    - `started_at` string, date-time
    - `status` string, required — Trade in status
    - `tenure` integer — The actual tenure number
    - `trade_in_id` string — Trade in ID supplied by the partner
    - `trade_in_price_amount` MoneyAmount
      - `currency` string, required — Currency code, see ISO 4127 (https://www.iso.org/iso-4217-currency-codes.html) (supported: EUR, GBP, USD)
      - `gross` integer, required — Gross amount of money, expressed in the minor unit for the currency
      - `net` integer, required — Net amount of money, expressed in the minor unit for the currency
    - `trade_in_product_id` string, required — The product ID from the partner side
    - `user_email` string, email — User email of this asset

---

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