Skip to main content
GET
/
v1
/
webstore
Store Info
curl --request GET \
  --url https://api.centralcart.com.br/v1/webstore \
  --header 'x-store-domain: <x-store-domain>'
{
  "store": {
    "name": "Demo",
    "type": "STANDALONE",
    "require_document": false,
    "require_address": false,
    "require_phone": false,
    "maintenance": false,
    "auth": true,
    "currency": "BRL",
    "business": {
      "cnpj": null,
      "name": null,
      "email": "contato@minhaloja.com"
    },
    "active_domain": "https://minhaloja.centralcart.com.br",
    "phone_mode": "DISABLED"
  },
  "theme": {
    "primary_color": "#ff0000",
    "secondary_color": "#00c9ff",
    "logo": "https://cdn.centralcart.com.br/stores/1/theme/logo.png",
    "favicon": "https://cdn.centralcart.com.br/stores/1/theme/favicon.png",
    "description": "Descrição da loja."
  },
  "socials": {
    "instagram": "https://instagram.com/minhaloja",
    "twitter": null,
    "discord": "https://discord.gg/minhaloja",
    "youtube": null,
    "facebook": null,
    "tiktok": null,
    "whatsapp": null,
    "telegram": null
  }
}
x-store-domain
string
required
Domínio da sua loja (ex: sualoja.centralcart.com.br)
store
object
Dados básicos da loja.
theme
object
Configurações visuais do tema.
socials
object
Links das redes sociais da loja.
{
  "store": {
    "name": "Demo",
    "type": "STANDALONE",
    "require_document": false,
    "require_address": false,
    "require_phone": false,
    "maintenance": false,
    "auth": true,
    "currency": "BRL",
    "business": {
      "cnpj": null,
      "name": null,
      "email": "contato@minhaloja.com"
    },
    "active_domain": "https://minhaloja.centralcart.com.br",
    "phone_mode": "DISABLED"
  },
  "theme": {
    "primary_color": "#ff0000",
    "secondary_color": "#00c9ff",
    "logo": "https://cdn.centralcart.com.br/stores/1/theme/logo.png",
    "favicon": "https://cdn.centralcart.com.br/stores/1/theme/favicon.png",
    "description": "Descrição da loja."
  },
  "socials": {
    "instagram": "https://instagram.com/minhaloja",
    "twitter": null,
    "discord": "https://discord.gg/minhaloja",
    "youtube": null,
    "facebook": null,
    "tiktok": null,
    "whatsapp": null,
    "telegram": null
  }
}