---
title: "Get Products"
method: GET
path: "/v3/catalogproduct"
---

# Get Products

`GET /v3/catalogproduct`

## Query parameters

- `id` string, required

## Response `201`

201

- object
  - `records` object[]
    - `id` integer
    - `name` string
    - `clientNumber` string
    - `description` string
    - `taxCode` string
    - `active` boolean
    - `modified` string
    - `created` string
    - `deleted` boolean
    - `taxable` boolean
    - `tags` object[]
    - `minPrice` string
    - `maxPrice` string
  - `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)
