---
title: "GET /api/variant-skus/{id}"
method: GET
path: "/api/variant-skus/{id}"
tags: ["Products/Variant-SKUs"]
---

# GET /api/variant-skus/{id}

`GET /api/variant-skus/{id}`

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` SkuSchema, required
    - `id` string, required
    - `externalId` unknown
    - `variantId` string, required
    - `styleId` string
    - `forCompanyId` string, required
    - `name` string, required
    - `description` string
    - `dimension` string, required
    - `gender` string
    - `codes` object[], required
      - `codeId` string, required — Identifier type for the code. Single-use (each may appear at most once): ERP_ID, PLM_ID, MAIN_SUPPLIERS_ID, PIM_ID, UPC_GTIN_12, EAN_GTIN_13, ZALANDO_ID, FASHIONCLOUD_ID. Multi-use (append a numeric suffix for additional entries, e.g. OTHER_ID1, OTHER_ID2): OTHER_ID, ALTERNATIVE_SUPPLIERS_ID.
      - `codeValue` string, required — The unique code value for this identifier, e.g. "ERP-001234".
    - `styleLevelId` string, required
    - `styleTypeId` string, required
    - `color` string, required
    - `imagesFileIds` string[]
    - `images` object[]
      - `id` string, required
      - `url` unknown, required
      - `previewUrl` unknown, required
      - `fileType` unknown, required
      - `name` string, required
      - `contentType` unknown, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
    - `brands` string[]
    - `departments` string[]
    - `seasons` string[]
    - `collections` string[]
    - `customProperties` unknown
    - `suppliers` string[]
    - `mainSupplier` string
    - `vendors` string[]
    - `claimIntentions` string[]
    - `weight` object
      - `unit` string, required
      - `value` number, required
    - `overriddenFlag` string[]
    - `isComponent` boolean, required
    - `isStoryActive` boolean, required — Whether the public traceability page (product story) is active for this product. Activating it requires tracing data (e.g. a supply chain) to be attached to the product first.
    - `isArchived` boolean, required
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `createdByImpersonateId` string
    - `createdByUserId` string
    - `createdByCompanyId` string
    - `createdByApiKeyId` string
    - `createdByApiKeyLabel` string
    - `updatedByImpersonateId` string
    - `updatedByUserId` string
    - `updatedByCompanyId` string
    - `updatedByApiKeyId` string
    - `updatedByApiKeyLabel` string
    - `featuredImage` object
      - `id` string, required
      - `url` unknown, required
      - `previewUrl` unknown, required
      - `fileType` unknown, required
      - `name` string, required
      - `contentType` unknown, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
    - `qrCodeUrl` unknown
    - `tracingStory` object
      - `id` string, required
      - `tracingType` string, required
      - `tracingId` string, required
      - `isActive` boolean, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
      - `tracingName` unknown
    - `isWeightAvailable` boolean

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 12 breaking, 12 info
  - the response property `data/customProperties` became nullable for the status `200`
  - the response property `data/externalId` became nullable for the status `200`
  - the response property `data/featuredImage/anyOf[subschema #1]/contentType` became nullable for the status `200`
  - the response property `data/featuredImage/anyOf[subschema #1]/fileType` became nullable for the status `200`
  - …20 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/variant-skus/:id/get.md)

---

[API](https://skmtc.dev/retraced/apis/api-reference.md) · [All operations](https://skmtc.dev/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/97e51f27dc77/schema)
