---
title: "Cadastrar catálogo"
method: POST
path: "/platform/catalog_feeds"
---

# Cadastrar catálogo

`POST /platform/catalog_feeds`

## Request body

- object
  - `name` string, required — Nome do catálogo
  - `url` string, required — URL do catálogo
  - `format` 'xml' | 'json' | 'google_shopping', required — Formato do catálogo
  - `username` string — Usuário da autenticação básica
  - `password` string — Senha da autenticação básica

## Response `200`

200

- object
  - `id` integer
  - `name` string
  - `url` string
  - `status` string
  - `format` string
  - `created_at` string
  - `updated_at` string
  - `credentials` unknown

## Other responses

- `400` — 400
- `409` — 409

---

[API](https://skmtc.net/rdstation/apis/webhook-service.md) · [All operations](https://skmtc.net/rdstation/apis/webhook-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rdstation/webhook-service/versions/3867c21388e8/schema)
