---
title: "POST /v2/CopyItemdetails"
method: POST
path: "/v2/CopyItemdetails"
tags: ["CopyItemdetailsCommand"]
---

# POST /v2/CopyItemdetails

`POST /v2/CopyItemdetails`

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Request body

- JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCopyItemdetailsCommandRequest — - Request
  - `copyDetailsFromItemId` string, uuid
  - `copyDetailsIntoItemIds` JTLDataContractsKeysArtikelKey[] — Transfer the itemdetails into the items identified by these unique identifiers.
  - `copyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateItemdetailsCopyOptions — Defines which item properties should be copied when copying item details. This structure controls the copy behavior for all relevant item aspects.
    - `attributesCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateAttributesCopyOptions — Options for copying item attributes.
      - `isActive` boolean — Indicates whether attributes should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `descriptionsCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateDescriptionsCopyOptions — Options for copying item texts and descriptions.
      - `isActive` boolean — Indicates whether texts and descriptions should be copied.
      - `considerItemName` boolean — Indicates whether the item name should be copied.
      - `considerItemDescription` boolean — Indicates whether the item description (long text) should be copied.
      - `considerItemMetadata` boolean — Indicates whether item metadata (meta description, meta keywords, title tag) should be copied.
      - `considerItemUrlPath` boolean — Indicates whether the item URL path (SEO URL) should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `imagesCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateImagesCopyOptions — Options for copying item images.
      - `isActive` boolean — Indicates whether images should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `crossSellingCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateCrossSellingCopyOptions — Options for copying cross-selling data.
      - `isActive` boolean — Indicates whether cross-selling data should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `downloadFilesCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateDownloadFilesCopyOptions — Options for copying download files.
      - `isActive` boolean — Indicates whether download files should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `customFieldsCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateCustomFieldsCopyOptions — Options for copying custom fields (eigene Felder).
      - `isActive` boolean — Indicates whether custom fields should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `purchasePricesCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreatePurchasePricesCopyOptions — Options for copying purchase prices.
      - `isActive` boolean — Indicates whether purchase prices should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `identifiersCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateIdentifiersCopyOptions — Options for copying item identifiers (EAN, ISBN, HAN, UPC, TARIC, etc.).
      - `isActive` boolean — Indicates whether identifiers should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `configurationsCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateConfigurationsCopyOptions — Options for copying item configurations.
      - `isActive` boolean — Indicates whether configurations should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `suppliersCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateSuppliersCopyOptions — Options for copying supplier data.
      - `isActive` boolean — Indicates whether supplier data should be copied.
      - `keepItemNumber` boolean — Indicates whether the supplier-specific item SKU (article number) should be copied. When true, the SKU used by the supplier will be copied to the target items.
      - `keepItemName` boolean — Indicates whether the supplier-specific item name should be copied. When true, the item name used by the supplier will be copied to the target items.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `deliveryOptionsCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateDeliveryOptionsCopyOptions — Options for copying delivery options and constraints.
      - `isActive` boolean — Indicates whether delivery options should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `measurementsCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateMeasurementsCopyOptions — Options for copying dimensions and weights.
      - `isActive` boolean — Indicates whether dimensions and weights should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `mediaFilesCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateMediaFilesCopyOptions — Options for copying media files.
      - `isActive` boolean — Indicates whether media files should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `characteristicsCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateCharacteristicsCopyOptions — Options for copying item characteristics (Merkmale).
      - `isActive` boolean — Indicates whether characteristics should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `onlineShopsCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateOnlineShopsCopyOptions — Options for copying online shop settings and visibility.
      - `isActive` boolean — Indicates whether online shop settings should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `oversalesCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateOversalesCopyOptions — Options for copying over-sales settings.
      - `isActive` boolean — Indicates whether over-sales settings should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `scxCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateScxCopyOptions — Options for copying SCX (shopping.com XML) marketplace data.
      - `isActive` boolean — Indicates whether SCX data should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `specialPricesCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateSpecialPricesCopyOptions — Options for copying special prices (Sonderpreise) including time-based promotional prices.
      - `isActive` boolean — Indicates whether special prices should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `masterDataCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateMasterDataCopyOptions — Options for copying master data (manufacturer, product group, shipping class, tax class, etc.).
      - `isActive` boolean — Indicates whether master data should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `bomComponentsCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateBomComponentsCopyOptions — Options for copying bill of materials (BOM) components.
      - `isActive` boolean — Indicates whether BOM components should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `uploadFilesCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateUploadFilesCopyOptions — Options for copying upload files.
      - `isActive` boolean — Indicates whether upload files should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `variationsCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateVariationsCopyOptions — Options for copying item variations.
      - `isActive` boolean — Indicates whether variations should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `salesPricesCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreateSalesPricesCopyOptions — Options for copying sales prices including shop-specific and customer group prices.
      - `isActive` boolean — Indicates whether sales prices should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach
    - `packagingCopyOptions` JTLWawiItemPublicApiDataTransferObjectsV2CopyItemdetailsCreatePackagingCopyOptions — Options for copying item packaging settings.
      - `isActive` boolean — Indicates whether configurations should be copied.
      - `copyAction` 0 | 1 — 0 = Replace, 1 = Attach

## Response `200`

Itemdetails successfully copied to the specified items.

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/versions/f979b1ea6951/schema)
