---
title: "PATCH /api/v4/catalogs/{catalog_id}/elements"
method: PATCH
path: "/api/v4/catalogs/{catalog_id}/elements"
---

# PATCH /api/v4/catalogs/{catalog_id}/elements

`PATCH /api/v4/catalogs/{catalog_id}/elements`

Update catalog elements (batch).

## Path parameters

- `catalog_id` integer, required

## Request body

- CatalogElementUpdateItem[]
  - `id` integer, required
  - `name` string
  - `custom_fields_values` CatalogCustomFieldValue[]
    - `field_id` integer
    - `field_code` string
    - `field_name` string
    - `field_type` string
    - `values` CatalogCustomFieldValueItem[], required
      - `value` unknown, required
      - `enum_id` integer
      - `enum_code` string
  - `request_id` string

## Response `200`

The request has succeeded.

- union
  - CatalogElementUpdateResponse
    - `_links` object
    - `_embedded` object
      - `elements` CatalogElementUpdateResult[]
        - `id` integer
        - `catalog_id` integer
        - `name` string
        - `created_by` integer
        - `updated_by` integer
        - `created_at` integer
        - `updated_at` integer
        - `is_deleted` boolean
        - `custom_fields_values` CatalogCustomFieldValue[], nullable
          - `field_id` integer
          - `field_code` string
          - `field_name` string
          - `field_type` string
          - `values` CatalogCustomFieldValueItem[], required
            - `value` unknown, required
            - `enum_id` integer
            - `enum_code` string
        - `account_id` integer
        - `invoice_link` string, nullable
        - `_embedded` CatalogElementEmbedded
          - `warning` CatalogElementWarning
            - `message` string, nullable
        - `_links` object
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

## Changes

- **2026-02-02** `1e3996435299` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hexlet/apis/amocrm-api/changes/api/v4/catalogs/:catalog_id/elements/patch.md)

---

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