---
title: "Stores the article image information"
method: POST
path: "/articles/{sellerId}/{articleId}/images"
tags: ["articles"]
---

# Stores the article image information

`POST /articles/{sellerId}/{articleId}/images`

ADD ENDPOINT DESCRIPTION HERE

## Path parameters

- `sellerId` integer, required
- `articleId` integer, required

## Request body

- ArticleImagePost
  - `id` string, required
  - `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'

## Response `200`

successful operation

- 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

---

[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)
