---
title: "Get Collections"
method: GET
path: "/v3/catalogcollection"
---

# Get Collections

`GET /v3/catalogcollection`

## Query parameters

- `id` string
- `merchantId` string
- `dateRangeType` string
- `limit` integer
- `offset` integer
- `startDate` string, date
- `endDate` string, date

## Response `200`

200

- object
  - `records` object[]
    - `id` integer
    - `catalogId` integer
    - `name` string
    - `description` string
    - `created` string
    - `isAutomatic` boolean
    - `isFeatured` boolean
    - `modified` string
    - `productCount` integer
  - `recordCount` integer

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