---
title: "POST /api/variant-skus/list"
method: POST
path: "/api/variant-skus/list"
tags: ["Products/Variant-SKUs"]
---

# POST /api/variant-skus/list

`POST /api/variant-skus/list`

## Request body

- object
  - `limit` integer — Number of results per page. The default and maximum vary per endpoint.
  - `page` integer — Page number (1-based). Defaults to 1.
  - `order` 'asc' | 'desc' | 'ASC' | 'DESC'
  - `sort` 'createdAt' | 'updatedAt' | 'name' | 'dimension' | 'variantId' | 'typeName'
  - `variantIds` string[]
  - `name` string
  - `dimension` string
  - `codes` object
    - `codeId` string
    - `codeValue` string
  - `brands` string[]
  - `departments` string[]
  - `seasons` string[]
  - `collections` string[]
  - `suppliers` string[]
  - `mainSupplier` string
  - `vendors` string[]
  - `claimIntentions` string[]
  - `isComponent` boolean
  - `isStoryActive` boolean
  - `isArchived` boolean
  - `styleLevelId` string
  - `styleTypeId` string
  - `styleIds` string[]
  - `include` string[]
  - `updatedAfterUnixMs` number
  - `updatedBeforeUnixMs` number
  - `companyId` string
  - `certValidationStandardId` string
  - `certValidationExpirationDate` string
  - `certValidationIssueDate` string

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
    - `pagination` object
      - `page` number, required — Current page number (1-based).
      - `limit` number, required — Page size used for this response. Endpoint defaults vary — see each endpoint's limit parameter.
      - `total` number, required — Total number of records across all pages.
      - `totalPages` number, required — Total number of pages. Iterate until page reaches totalPages.
  - `data` object[], required
    - `id` string, required
    - `externalId` string
    - `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[]
    - `brands` string[]
    - `departments` string[]
    - `seasons` string[]
    - `collections` string[]
    - `customProperties` string
    - `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` string, required
      - `previewUrl` string, required
      - `fileType` string, required
      - `name` string, required
      - `contentType` string, required
      - `createdAt` string, date-time, required
      - `updatedAt` string, date-time, required
    - `qrCodeUrl` string — URL of the product's pre-generated QR code image (an SVG hosted on the Retraced CDN). Null until generation completes, which happens asynchronously after the product is created. The QR image encodes a Retraced-managed forwarding URL that resolves to the product's traceability page once the story is active. The URL is stable once generated — it is not regenerated when product data changes.
    - `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` string
    - `isWeightAvailable` boolean
    - `featureImageUrl` string
    - `type` object
      - `id` string, required
      - `name` string, required
      - `parentId` string, required
      - `hierarchyLevel` number, required
    - `material` object
      - `id` string, required
      - `name` string, required
      - `description` string
      - `lines` object[]
        - `id` string, required
        - `rawMaterialId` string, required
        - `rawMaterialName` string, required
        - `percentage` number, required
        - `countriesOfOrigin` string, required
    - `bom` object[]
      - `id` string, required
      - `name` string, required
      - `styleId` string, required
    - `style` object
      - `id` string, required
      - `name` string, required
      - `description` string, required
      - `imagesFileIds` string[], required
      - `isComponent` boolean, required
    - `variant` object
      - `id` string, required
      - `name` string, required
      - `codes` string[], required
      - `color` string, required
      - `imagesFileIds` string[], required
      - `isComponent` boolean, required
    - `styleProperties` object
      - `brands` object[]
        - `id` string, required
        - `name` string, required
        - `category` string, required
      - `departments` object[]
        - `id` string, required
        - `name` string, required
        - `category` string, required
      - `seasons` object[]
        - `id` string, required
        - `name` string, required
        - `category` string, required
      - `collections` object[]
        - `id` string, required
        - `name` string, required
        - `category` string, required
    - `validationResult` object
      - `valid` boolean, required
      - `selectable` boolean, required
      - `description` array[], required
        - object[]
          - `type` string, required
          - `text` string, required
      - `certificateDuplications` object[], required
        - `type` string, required
        - `text` string, required
        - `claimId` string

---

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