---
title: "Get a Collection"
method: GET
path: "/v3/collection"
---

# Get a Collection

`GET /v3/collection`

## Query parameters

- `id` string

## Response `200`

200

- object
  - `id` integer
  - `catalogId` integer
  - `name` string
  - `description` string
  - `created` string
  - `isAutomatic` boolean
  - `isFeatured` boolean
  - `modified` string
  - `productCount` integer
  - `products` object[]
    - `id` integer
    - `name` string
    - `clientNumber` string
    - `active` boolean
    - `modified` string
    - `created` string
    - `deleted` boolean
    - `taxable` boolean

## 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)
