---
title: "moveOffersToSellerOps offer"
method: PUT
path: "/ops/offers/move"
tags: ["ops"]
---

# moveOffersToSellerOps offer

`PUT /ops/offers/move`

Move one or more offers from one seller to another. Associated orders and sales agents will always be moved.

## Request body

- MoveOffersToSellerOpsRequestBody
  - `destination_seller_id` string — the seller ID the offers should be moved to
  - `offer_ids` string[], required — list of offer IDs to move

## Response `200`

OK response.

- MoveOffersToSellerOpsResponseBody
  - `moved_offers` integer, required — number of offers updated
  - `moved_orders` integer, required — number of associated orders updated
  - `moved_sales_agents` integer, required — number of associated sales agents updated

## Other responses

- `400` — BadRequest: Bad Request response.
- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.
- `404` — NotFound: Not Found response.
- `422` — Unprocessable: Unprocessable Entity 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/versions/fa134b7fc959/schema)
