---
title: "Get a business variant"
method: GET
path: "/v3/variants/{id}"
tags: ["Business Products"]
---

# Get a business variant

`GET /v3/variants/{id}`

Requires the `product:read` scope. Shows a single product variant by ID.

## Response `200`

Product variant

- Variant
  - `cogs` number — Cost of Goods Sold
  - `price_bt` number — Price before tax
  - `validity_period_unit` 'day' | 'week' | 'month' | 'year' — Unit of the period
  - `display` string — Display name for the variant
  - `option1_value` string — Value of the first product option
  - `image_configs` object — Objects of config for each image in the same variant
  - `reseller_price_bt` number — Reseller price before tax
  - `option2_value` string — Value of the second product option
  - `reseller_price` number — Reseller price of the variant
  - `fullname` string — Full name of the variant
  - `validity_period` integer — Validity period for one time variants
  - `uuid` string — Variant UUID
  - `sku` string — Stock Keeping Unit
  - `digital_product_files` object[] — List of digital product files associated with the variant
    - `content_type` string — MIME type of the digital product file
    - `id` integer — Digital product file primary key
    - `name` string — File name of the digital product file
    - `size_in_bytes` integer — Size of the digital product file in bytes
    - `url` string, uri — URL to access the digital product file
  - `product_name` string — Name of the associated product
  - `item_type` 'physical' | 'digital' | 'course' | 'license' | 'subscription' — Type of the product item
  - `pricing_type` 'one_time' | 'recurring' — Type of the product pricing
  - `self_file_urls` string[] — List of self file URLs associated with the variant
  - `name` string — Full name of the variant
  - `id` integer — Variant primary key
  - `unique_id` string — Variant unique identifier
  - `cogs_bt` number — Cost of Goods Sold before tax
  - `currency` 'IDR' — The currency code for the subscription item price.
  - `price` number — Price of the variant
  - `images` string[] — List of image URLs associated with the variant
  - `weight` integer — Weight of the variant in grams
  - `is_checked` boolean — Mark variant as sellable
  - `is_discussion_active` boolean — Variant discussion capability flag
  - `is_email_notification_active` boolean — Variant email notification capability flag
  - `is_file_enabled` boolean — Variant file delivery capability flag
  - `is_license_enabled` boolean — Variant license capability flag
  - `is_lms_enabled` boolean — Variant LMS capability flag
  - `interval_count` integer — Interval count for recurring variants
  - `last_updated_at` string, date-time — Timestamp when the variant was last updated
  - `option3_value` string — Value of the third product option
  - `interval` 'day' | 'week' | 'month' | 'year' — Unit of the period
  - `metadata` object — Additional metadata associated with the variant
  - `product` object
    - `business` object
      - `account_holder` string — Name of the account holder
      - `email` string, email — Email address of the business
      - `id` integer — Business ID
      - `is_banned` boolean — Is the business banned?
      - `logo` string, uri — URL to the business logo
      - `unique_id` string — Unique identifier for the business
      - `username` string — Username of the business
    - `description` string — Description
    - `display` string — Product name for display
    - `id` integer — Product ID
    - `is_inventory` boolean — Is Inventory
    - `is_multiple` boolean — Is Multiple
    - `is_product_sharing` boolean — Is Product Sharing
    - `item_type` 'physical' | 'digital' | 'course' | 'license' | 'subscription' — Type of the product item
    - `item_type_name` string — Item Type Name
    - `name` string — Product Name
    - `option1_name` string — Option 1 Name
    - `option2_name` string — Option 2 Name
    - `option3_name` string — Option 3 Name
    - `uuid` string — Product UUID
  - `created_at` string, date-time — Timestamp when the variant was created
  - `is_editable` boolean — Indicates if the variant is editable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/versions/4354959d76dc/schema)
