---
title: "Get a Variant"
method: GET
path: "/v3/variant"
---

# Get a Variant

`GET /v3/variant`

## Query parameters

- `id` integer

## Response `200`

200

- object
  - `id` integer
  - `dateCreated` string
  - `dateModified` string
  - `name` string
  - `productId` integer
  - `primaryId` string
  - `price` string
  - `notifyOnLowStock` boolean
  - `hideOnNoStock` boolean
  - `isActive` boolean
  - `isDeleted` boolean
  - `onHand` integer
  - `properties` object
    - `options` string

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