---
title: "Insere um range de cep em uma Loja Física"
method: POST
path: "/lojasFisicas/{lojaFisicaId}/rangeCep"
---

# Insere um range de cep em uma Loja Física

`POST /lojasFisicas/{lojaFisicaId}/rangeCep`

## Path parameters

- `lojaFisicaId` integer, required

## Request body

- object
  - `nome` string — Nome do range de cep
  - `cepInicial` string — Cep inicial do range. Formato: 00.000-000
  - `cepFinal` string — Cep final do range. Formato: 00.000-000

## Response `200`

200

## Other responses

- `422` — 422
- `500` — 500

---

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