---
title: "startTradeInProcessOps Trade in"
method: POST
path: "/ops/trade-ins/start"
tags: ["ops"]
---

# startTradeInProcessOps Trade in

`POST /ops/trade-ins/start`

Start trade in process requested by Ops

## Request body

- StartOpsTradeInProcessPayload
  - `asset_id` string, regexp, required — The asset ID
  - `contract_start_date` string, date-time, required
  - `override_address` Address
    - `city` string, required — City
    - `country_code` string, required — ISO 3166-1 alpha-2
    - `line1` string, required — First line (street, number, etc.)
    - `line2` string — Second line (flat number, etc.)
    - `postal_code` string, required — Postal code
    - `region` string — Region, county, province, etc.
  - `trade_in_type` string, required — Trade in type, e.g. return_in_progress
  - `user_email` string, email, required — E-mail of the user that requested the trade-in process

## Response `200`

OK response.

## Other responses

- `422` — Unprocessable: Unprocessable Entity response.
- `503` — ServiceUnavailable: Service Unavailable response.

---

[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/revisions/f4208dbc3eb3/schema)
