---
title: "Get Variants"
method: GET
path: "/v3/productvariant"
---

# Get Variants

`GET /v3/productvariant`

## Query parameters

- `id` integer

## Response `201`

201

- object
  - `records` object[]
    - `id` integer
    - `dateCreated` string
    - `dateModified` string
    - `name` string
    - `productId` integer
    - `primaryId` string
    - `price` string
    - `cost` string
    - `notifyOnLowStock` boolean
    - `hideOnNoStock` boolean
    - `tags` object[]
    - `isActive` boolean
    - `isDeleted` boolean
    - `properties` object
    - `availableCount` 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)
