---
title: "POST /api/styles/bulk-import"
method: POST
path: "/api/styles/bulk-import"
tags: ["Products/Styles"]
---

# POST /api/styles/bulk-import

`POST /api/styles/bulk-import`

## Request body

- object
  - `styles` object[], required
    - `styleCodes` object[]
      - `codeId` string, required
      - `codeValue` string, required
    - `variantCodes` object[]
      - `codeId` string, required
      - `codeValue` string, required
    - `skuCodes` object[]
      - `codeId` string, required
      - `codeValue` string, required
    - `styleName` string, required
    - `styleTypeId` string
    - `description` string
    - `brands` string
    - `departments` string
    - `seasons` string
    - `collections` string
    - `vendorId` string
    - `mainSupplierId` string
    - `supplierId` string
    - `rawMaterialId` string
    - `rawMaterialPercentage` number
    - `variantColor` string
    - `variantName` string
    - `size` string
    - `gender` string
    - `claimIntentions` string
    - `weight` string
    - `weightUnit` string
    - `supplyChainType` string
    - `supplyChainRef` string
    - `images` string
  - `isComponent` boolean

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `bulkImportId` string, required
    - `message` string, required
    - `totalRows` number, required
    - `batchCount` number, required

## Changes

> 21 revisions in range; 1 not diffed.

- **2026-08-11** `0d855c8aa184` — 6 warning, 3 info
  - removed the request property `styles/items/skuCode`
  - removed the request property `styles/items/skuCodeIdType`
  - removed the request property `styles/items/styleCodeId`
  - removed the request property `styles/items/styleCodeIdType`
  - …5 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/styles/bulk-import/post.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/1df37791a1bb/schema)
