---
title: "Store Info"
method: GET
path: "/webstore"
tags: ["Webstore"]
---

# Store Info

`GET /webstore`

Retorna informações básicas da loja, incluindo tema, cores, logo e redes sociais.

## Headers

- `x-store-domain` string, required

## Response `200`

Informações da loja

- object
  - `store` object — Dados básicos da loja.
    - `name` string — Nome da loja
    - `type` 'STANDALONE' | 'MINECRAFT' | 'FIVEM' | 'REDM' | 'GTA-SA' | 'HYTALE' — Tipo da loja (`STANDALONE`, `MINECRAFT`, `FIVEM`, `REDM`, `GTA-SA`, `HYTALE`)
    - `currency` 'BRL' | 'USD' | 'EUR' — Moeda (`BRL`, `USD`, `EUR`)
    - `auth` boolean — Se a loja exige autenticação
    - `require_document` boolean — Se exige documento do cliente
    - `require_phone` boolean — Se exige telefone do cliente
    - `phone_mode` 'DISABLED' | 'OPTIONAL' | 'REQUIRED' — Modo do telefone (`DISABLED`, `OPTIONAL`, `REQUIRED`)
    - `require_address` boolean — Se exige endereço do cliente
    - `maintenance` boolean — Se a loja está em manutenção
    - `business` object — Dados empresariais (email, cnpj, nome)
    - `active_domain` string — Domínio ativo da loja
  - `theme` object — Configurações visuais do tema.
    - `primary_color` string — Cor primária em hex (ex: `#ff0000`)
    - `secondary_color` string — Cor secundária em hex (ex: `#00c9ff`)
    - `logo` string, nullable — URL do logo da loja
    - `favicon` string, nullable — URL do favicon
    - `description` string, nullable — Descrição da loja (meta description)
  - `socials` object — Links das redes sociais da loja.
    - `instagram` string, nullable — Link do Instagram
    - `twitter` string, nullable — Link do Twitter/X
    - `discord` string, nullable — Link do Discord
    - `youtube` string, nullable — Link do YouTube
    - `facebook` string, nullable — Link do Facebook
    - `tiktok` string, nullable — Link do TikTok
    - `whatsapp` string, nullable — Link do WhatsApp
    - `telegram` string, nullable — Link do Telegram

---

[API](https://skmtc.net/centralcart/apis/centralcart-api.md) · [All operations](https://skmtc.net/centralcart/apis/centralcart-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/centralcart/centralcart-api/revisions/6cbd98848375/schema)
