---
title: "Listar dados da loja"
method: GET
path: "/{alias}/config/merchant-data"
tags: ["Configurações - Dados da loja"]
---

# Listar dados da loja

`GET /{alias}/config/merchant-data`

Retorna a listagem dos dados das lojas

## Path parameters

- `alias` string, required

## Response `200`

Listagem de dados das lojas

- object
  - `data` object
    - `id` integer
    - `maintenance` boolean
    - `type` string
    - `name` string
    - `razao_social` string
    - `email_contact` string
    - `email_sales` string
    - `description` string
    - `owner_name` string
    - `phone` string
    - `whatsapp` string
    - `ie` string
    - `cnpj` string
    - `cpf` string
    - `billing_name` string
    - `billing_document` string
    - `billing_document_type` string
    - `billing_address_street` string
    - `billing_address_number` string
    - `billing_address_complement` string
    - `billing_address_neighborhood` string
    - `billing_address_city` string
    - `billing_address_state` string
    - `billing_address_zipcode` string
    - `billing_phone` string
    - `billing_email` string
    - `full_address` string
    - `address_street` string
    - `address_number` string
    - `address_complement` string
    - `address_neighborhood` string
    - `address_city` string
    - `address_state` string
    - `zipcode` string
    - `products_per_page` integer
    - `logo_url` string
    - `icon_url` string
    - `facebook_url` string
    - `instagram_url` string
    - `youtube_url` string
    - `pinterest_url` string
    - `created_at` BaseTimestamp
      - `date` string — Data e hora no formato YYYY-MM-DD H:MM:SS.
      - `timezone_type` integer — Número de representação do timezone.
      - `timezone` string — Fuso horário associado.
    - `updated_at` BaseTimestamp
      - `date` string — Data e hora no formato YYYY-MM-DD H:MM:SS.
      - `timezone_type` integer — Número de representação do timezone.
      - `timezone` string — Fuso horário associado.

## Other responses

- `400` — Requisição inválida

---

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