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
}
}
Retorna informações básicas da loja, incluindo tema, cores, logo e redes sociais.
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
}
}
Show Propriedades
STANDALONE, MINECRAFT, FIVEM, REDM, GTA-SA, HYTALE)BRL, USD, EUR)DISABLED, OPTIONAL, REQUIRED)Show Propriedades
{
"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
}
}