---
title: "Update Collection"
method: PUT
path: "/v3/collection"
---

# Update Collection

`PUT /v3/collection`

## Query parameters

- `id` string, required

## Request body

- object
  - `name` string, required — Collection name
  - `catalogId` integer, required — Catalog Id
  - `id` integer — Collection Id
  - `description` string — Collection description
  - `products` object[] — Only used when you have products that currently do not have a collection
    - `id` integer — Product id
    - `name` string — name of the product
    - `clientNumber` integer — Client number
    - `description` string — description of the product
    - `active` boolean — Product is active or not
    - `minPrice` string — Minimum price of the product
    - `maxPrice` string — Maximum price of the product

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/mxmerchant/apis/checkout-api.md) · [All operations](https://skmtc.net/mxmerchant/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mxmerchant/checkout-api/revisions/6807b698abcb/schema)
