> For the complete documentation index, see [llms.txt](https://developer.nilvera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.nilvera.com/api/magaza-api/magaza-islemleri/magaza-aktifligini-gunceller..md).

# Mağaza aktifliğini günceller.

{% hint style="info" %}
Mağaza pasif `IsActive = false` durumdayken, periyodik sipariş senkronizasyonu yapılmaz. Yalnızca aktif `IsActive = true` durumdaki mağazalar için, ilgili pazaryeri servisinden siparişler senkronize edilir.
{% endhint %}

## PUT /Stores/UpdateActive

> Mağaza aktifligini günceller.

```json
{"openapi":"3.0.1","info":{"title":"Market Place API","version":"v1"},"servers":[{"url":"/marketplace"}],"security":[{"Bearer":[]}],"components":{"securitySchemes":{"Bearer":{"type":"http","description":"API Key Giriniz","scheme":"Bearer","bearerFormat":"JWT"}},"schemas":{"UpdateStoreActiveCommand":{"type":"object","properties":{"UUID":{"type":"string","format":"uuid"},"IsActive":{"type":"boolean"}},"additionalProperties":false}}},"paths":{"/Stores/UpdateActive":{"put":{"tags":["Stores"],"summary":"Mağaza aktifligini günceller.","requestBody":{"content":{"application/json-patch+json":{"schema":{"$ref":"#/components/schemas/UpdateStoreActiveCommand"}},"application/json":{"schema":{"$ref":"#/components/schemas/UpdateStoreActiveCommand"}},"text/json":{"schema":{"$ref":"#/components/schemas/UpdateStoreActiveCommand"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/UpdateStoreActiveCommand"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"boolean"}}}}}}}}}
```
