---
title: "Update window to change seller"
method: POST
path: "/api/checkout/pvt/configuration/window-to-change-seller"
tags: ["Change seller"]
---

# Update window to change seller

`POST /api/checkout/pvt/configuration/window-to-change-seller`

Updates a marketplace's window to change seller, that is, the period when it is possible to choose another seller to fulfill a given order after the original seller has canceled it.

It is possible to check the current window using the request Get window to change seller.

## Headers

- `Content-Type` string, required
- `Accept` string, required

## Request body

- object
  - `waitingTime` integer, required — Number of days after order cancelation by a seller, during which another seller may be assigned to fulfill the order.

## Response `201`

Created

---

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