---
title: "Update order reseller"
method: PUT
path: "/channelmanager/orders/reseller"
tags: ["Resellers"]
---

# Update order reseller

`PUT /channelmanager/orders/reseller`

Update order reseller

## Headers

- `Accept` 'application/json', required
- `X-Avangate-Authentication` string, required

## Request body

- UpdateOrderResellerRequest
  - `PartnerCode` string
  - `ResellerCode` string
  - `OrderRefNo` integer

## Response `200`

OK

- Reseller
  - `ResellerCode` string
  - `FirstName` string
  - `LastName` string
  - `Email` string
  - `Company` string
  - `Address` string
  - `State` string
  - `PostalCode` string
  - `Phone` string
  - `Country` string
  - `Fax` string
  - `PartnerCode` string

## Other responses

- `400` — Update order reseller error response

---

[API](https://skmtc.dev/2checkout/apis/api-rest-documentation.md) · [All operations](https://skmtc.dev/2checkout/apis/api-rest-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/2checkout/api-rest-documentation/revisions/8a7ea610933e/schema)
