---
title: "POST /api/v4/catalogs"
method: POST
path: "/api/v4/catalogs"
---

# POST /api/v4/catalogs

`POST /api/v4/catalogs`

Create catalogs.

## Request body

- CatalogCreateItem[]
  - `name` string, required
  - `type` union
    - 'regular' | 'invoices' | 'products'
    - string
  - `sort` integer
  - `can_add_elements` boolean
  - `can_link_multiple` boolean
  - `request_id` string

## Response `200`

The request has succeeded.

- union
  - CatalogCreateResponse
    - `_links` object
    - `_embedded` object
      - `catalogs` CatalogCreateResult[]
        - `id` integer
        - `name` string
        - `created_by` integer
        - `updated_by` integer
        - `created_at` integer
        - `updated_at` integer
        - `sort` integer
        - `type` union
          - 'regular' | 'invoices' | 'products'
          - string
        - `can_add_elements` boolean
        - `can_show_in_cards` boolean
        - `can_link_multiple` boolean
        - `can_be_deleted` boolean
        - `sdk_widget_code` union
          - string
          - integer
        - `account_id` integer
        - `_links` object
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

---

[API](https://skmtc.net/hexlet/apis/amocrm-api.md) · [All operations](https://skmtc.net/hexlet/apis/amocrm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexlet/amocrm-api/versions/800f4ed7083b/schema)
