# Abrir ou fechar loja Define a loja como aberta ou fechada. Somente abrirá se estiver dentro do horário de funcionamento. ### Valores aceitos: - ou - ou Endpoint: POST /merchant/{openOrClose} Version: 1.1.0 Security: bearerAuth ## Path parameters: - `openOrClose` (string, required) Situação desejada da loja Example: "open" ## Response 200 fields (application/json): - `Message` (string) Example: "Opening state changed to close" ## Response 400 fields (application/json): - `error` (string) Example: "Not possible get info on merchant"