---
title: "Cadastrar loja"
method: POST
path: "/api/v2/me/companies"
---

# Cadastrar loja

`POST /api/v2/me/companies`

Cadastro e informações das lojas

## Headers

- `Accept` string, required
- `Content-type` string, required
- `Authorization` string, required
- `User-Agent` string, required

## Request body

- object
  - `name` string, required — Nome / Ex: Melhor Loja
  - `email` string, required — Endereço de contato e-mail / Ex: contato@melhorloja.me
  - `description` string, required — Descrição da Loja
  - `company_name` string, required — Nome da Loja
  - `document` string, required — Número do Documento / Ex: 89.157.108/0001-04
  - `state_register` string, required — Inscrição Estadual / Ex: 476.210.979.481

## Response `200`

200

- object
  - `name` string
  - `email` string
  - `description` string
  - `company_name` string
  - `document` string
  - `state_register` string
  - `id` string
  - `updated_at` string
  - `created_at` string

## Other responses

- `401` — 401

---

[API](https://skmtc.net/melhorenvio/apis/api-melhor-envio-sandbox.md) · [All operations](https://skmtc.net/melhorenvio/apis/api-melhor-envio-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/melhorenvio/api-melhor-envio-sandbox/versions/a49113687b6e/schema)
