# MultiCD: Substituição do store\_status pelo statuses

Foram revisadas as requisições que constituem o recurso de MultiCD e viu-se a necessidade de alterar o campo responsável pela **atualização** do status da warehouse.

**O que muda?**

Anteriormente, para **atualizar a estrutura completa** de uma warehouse (CD) era necessário referir o campo **store\_status**, como no exemplo a seguir:

```
"store_status": [{"platform": "B2W","status": "inactive","remote_code": "775"}]
```

Após revisão de nosso endpoint atribuído ao MultiCD, o campo **store\_status** foi excluído e em seu lugar adicionamos o **statuses**:

```
"statuses":[{"platform": "B2W","remote_code": "775", "status": "active"}]
```

{% hint style="danger" %}
É necessário realizar as devidas adequações até o dia **15/08/2022**.&#x20;

Após a data definida, todas as requisições encaminhadas para a API visando alterar a estrutura completa de uma warehouse (CD) devem conter o campo **statuses**, ao invés do **store\_status**.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://desenvolvedores.skyhub.com.br/comunicados/comunicados-2022/multicd-substituicao-do-store_status-pelo-statuses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
