---
title: "Get details of article by articleIdentifier"
method: GET
path: "/articles/{sellerId}/identifier/{articleIdentifier}"
tags: ["articles"]
---

# Get details of article by articleIdentifier

`GET /articles/{sellerId}/identifier/{articleIdentifier}`

ADD ENDPOINT DESCRIPTION HERE

## Path parameters

- `sellerId` integer, required
- `articleIdentifier` string, required

## Response `200`

successful operation

- ArticleGetDetail
  - `sku` string, required
  - `deletedAt` string, date-time
  - `alternativeSkus` string[]
  - `name` StringI18nDetail
    - `value` string
    - `language` 'DE' | 'EN' | 'ES' | 'PT' | 'FR' | 'IT' | 'ZH'
  - `articleType` 'PRODUCT' | 'CARTON'
  - `barcode` string
  - `supplierReferenceNumber` string
  - `alternativeBarcodes` string[]
  - `grossWeight` WeightDetail
    - `value` number
    - `unit` 'KG' | 'G' | 'LB' | 'OZ'
  - `netWeight` WeightDetail
    - `value` number
    - `unit` 'KG' | 'G' | 'LB' | 'OZ'
  - `lotRequired` boolean
  - `expirationDateRequired` boolean
  - `serialNumberRequired` boolean
  - `canShipWithoutCarton` boolean
  - `length` LengthMeasurementDetail
    - `value` number
    - `unit` 'M' | 'DM' | 'CM' | 'MM' | 'IN'
  - `width` LengthMeasurementDetail
    - `value` number
    - `unit` 'M' | 'DM' | 'CM' | 'MM' | 'IN'
  - `height` LengthMeasurementDetail
    - `value` number
    - `unit` 'M' | 'DM' | 'CM' | 'MM' | 'IN'
  - `customsContentDescription` string
  - `countryOfOrigin` 'AF' | 'AX' | 'AL' | 'DZ' | 'AS' | 'AD' | 'AO' | 'AI' | 'AQ' | 'AG' | 'AR' | 'AM' | 'AW' | 'AU' | 'AT' | 'AZ' | 'BS' | 'BH' | 'BD' | 'BB' | 'BY' | 'BE' | 'BZ' | 'BJ' | 'BM' | 'BT' | 'BO' | 'BA' | 'BW' | 'BV' | 'BR' | 'IO' | 'BN' | 'BG' | 'BF' | 'BI' | 'KH' | 'CM' | 'CA' | 'CV' | 'KY' | 'CF' | 'TD' | 'CL' | 'CN' | 'CX' | 'CC' | 'CO' | 'KM' | 'CG' | 'CD' | 'CK' | 'CR' | 'CI' | 'HR' | 'CU' | 'CY' | 'CZ' | 'DK' | 'DJ' | 'DM' | 'DO' | 'EC' | 'EG' | 'SV' | 'GQ' | 'ER' | 'EE' | 'ET' | 'FK' | 'FO' | 'FJ' | 'FI' | 'FR' | 'GF' | 'PF' | 'TF' | 'GA' | 'GM' | 'GE' | 'DE' | 'GH' | 'GI' | 'GR' | 'GL' | 'GD' | 'GP' | 'GU' | 'GT' | 'GG' | 'GN' | 'GW' | 'GY' | 'HT' | 'HM' | 'VA' | 'HN' | 'HK' | 'HU' | 'IS' | 'IN' | 'ID' | 'IR' | 'IQ' | 'IE' | 'IM' | 'IL' | 'IT' | 'JM' | 'JP' | 'JE' | 'JO' | 'KZ' | 'KE' | 'KI' | 'KP' | 'KR' | 'XK' | 'KW' | 'KG' | 'LA' | 'LV' | 'LB' | 'LS' | 'LR' | 'LY' | 'LI' | 'LT' | 'LU' | 'MO' | 'MK' | 'MG' | 'MW' | 'MY' | 'MV' | 'ML' | 'MT' | 'MH' | 'MQ' | 'MR' | 'MU' | 'YT' | 'MX' | 'FM' | 'MD' | 'MC' | 'MN' | 'ME' | 'MS' | 'MA' | 'MZ' | 'MM' | 'NA' | 'NR' | 'NP' | 'NL' | 'NC' | 'NZ' | 'NI' | 'NE' | 'NG' | 'NU' | 'NF' | 'MP' | 'NO' | 'OM' | 'PK' | 'PW' | 'PS' | 'PA' | 'PG' | 'PY' | 'PE' | 'PH' | 'PN' | 'PL' | 'PT' | 'PR' | 'QA' | 'RE' | 'RO' | 'RU' | 'RW' | 'BL' | 'SH' | 'KN' | 'LC' | 'MF' | 'PM' | 'VC' | 'WS' | 'SM' | 'ST' | 'SA' | 'SN' | 'RS' | 'SC' | 'SL' | 'SG' | 'SK' | 'SI' | 'SB' | 'SO' | 'ZA' | 'GS' | 'ES' | 'LK' | 'SD' | 'SR' | 'SJ' | 'CW' | 'BQ' | 'SX' | 'SZ' | 'SE' | 'CH' | 'SY' | 'TW' | 'TJ' | 'TZ' | 'TH' | 'TL' | 'TG' | 'TK' | 'TO' | 'TT' | 'TN' | 'TR' | 'TM' | 'TC' | 'TV' | 'UG' | 'UA' | 'AE' | 'GB' | 'US' | 'UM' | 'UY' | 'UZ' | 'VU' | 'VE' | 'VN' | 'VG' | 'VI' | 'WF' | 'EH' | 'YE' | 'ZM' | 'ZW'
  - `salesPrice` MonetaryValueDetail
    - `currencyCode` string
    - `value` number
  - `insuranceValue` MonetaryValueDetail
    - `currencyCode` string
    - `value` number
  - `customsValue` MonetaryValueDetail
    - `currencyCode` string
    - `value` number
  - `unNumber` string
  - `customAttributes` object — Optional value for custom attributes of article.
  - `itemGroup` string
  - `lottableBatchRequired` boolean
  - `alternativeNames` StringI18nDetail[]
    - `value` string
    - `language` 'DE' | 'EN' | 'ES' | 'PT' | 'FR' | 'IT' | 'ZH'
  - `tariffNumber` string
  - `alternativeSalesPrices` MonetaryValueDetail[]
    - `currencyCode` string
    - `value` number
  - `alternativeInsuranceValues` MonetaryValueDetail[]
    - `currencyCode` string
    - `value` number
  - `alternativeCustomsValues` MonetaryValueDetail[]
    - `currencyCode` string
    - `value` number
  - `packagingUnits` PackagingUnitDetail[]
    - `type` 'PALLET' | 'CARTON'
    - `barcode` string
    - `piecesPerPackagingUnit` integer
    - `grossWeight` WeightDetail
      - `value` number
      - `unit` 'KG' | 'G' | 'LB' | 'OZ'
    - `netWeight` WeightDetail
      - `value` number
      - `unit` 'KG' | 'G' | 'LB' | 'OZ'
    - `length` LengthMeasurementDetail
      - `value` number
      - `unit` 'M' | 'DM' | 'CM' | 'MM' | 'IN'
    - `width` LengthMeasurementDetail
      - `value` number
      - `unit` 'M' | 'DM' | 'CM' | 'MM' | 'IN'
    - `height` LengthMeasurementDetail
      - `value` number
      - `unit` 'M' | 'DM' | 'CM' | 'MM' | 'IN'
  - `lotNumberPriorities` object
  - `minimumQuantities` ArticleMinimumQuantityDetail[]
    - `quantity` integer
    - `warehouseId` integer, required
    - `calculationMode` string
  - `minimumExpirationDates` MinimumExpirationDateDetail[]
    - `notifyDaysBeforeExpiration` integer, required
    - `warehouseId` integer, required
  - `minimumShelfLives` ArticleMinimumShelfLifeDetail[]
    - `minimumShelfLife` integer, required
    - `warehouseId` integer, required
  - `dummyExpirationDate` string, date-time
  - `dummyLotNumber` string
  - `id` integer
  - `created` string, date-time
  - `lastModified` string, date-time
  - `errors` MessageDetail[]
    - `code` string
    - `description` string
  - `warnings` MessageDetail[]
    - `code` string
    - `description` string
  - `sellerId` integer
  - `articleIdentifier` string
  - `images` ArticleImageGet[]
    - `id` string
    - `url` Link
      - `link` string
    - `packagingUnit` PackagingUnitDetail
      - `type` 'PALLET' | 'CARTON'
      - `barcode` string
      - `piecesPerPackagingUnit` integer
      - `grossWeight` WeightDetail
        - `value` number
        - `unit` 'KG' | 'G' | 'LB' | 'OZ'
      - `netWeight` WeightDetail
        - `value` number
        - `unit` 'KG' | 'G' | 'LB' | 'OZ'
      - `length` LengthMeasurementDetail
        - `value` number
        - `unit` 'M' | 'DM' | 'CM' | 'MM' | 'IN'
      - `width` LengthMeasurementDetail
        - `value` number
        - `unit` 'M' | 'DM' | 'CM' | 'MM' | 'IN'
      - `height` LengthMeasurementDetail
        - `value` number
        - `unit` 'M' | 'DM' | 'CM' | 'MM' | 'IN'
    - `source` string, required
  - `lengthM` number
  - `widthM` number
  - `heightM` number
  - `grossWeightKG` number
  - `netWeightKG` number
  - `tags` string[]

---

[API](https://skmtc.net/writechoiceorg/apis/connector.md) · [All operations](https://skmtc.net/writechoiceorg/apis/connector/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/writechoiceorg/connector/versions/7ce09a4b2a4e/schema)
