---
title: "Get a single article"
method: GET
path: "/articles/{articleId}"
tags: ["Articles"]
---

# Get a single article

`GET /articles/{articleId}`

get a specific article with all details

## Path parameters

- `articleId` integer, required

## Response `200`

OK

- Article
  - `id` integer
  - `title` string
  - `description` string
  - `variants` object[] — product variants
    - `id` integer — spreadconnect variant id
    - `productTypeId` integer — sprd product type id
    - `productTypeName` string — sprd product type name
    - `productId` integer — sprd product id
    - `appearanceId` integer — sprd appearance id
    - `appearanceName` string — sprd appearance name
    - `appearanceColorValue` string — sprd appearance color value
    - `sizeId` integer — sprd size id
    - `sizeName` string — sprd size name
    - `sku` string — stock keeping unit id from spreadconnect
    - `d2cPrice` number — final price for the customer
    - `b2bPrice` number — b2b price for the customer
    - `imageIds` integer[] — image id
  - `images` object[] — product variants
    - `id` integer — spreadconnect image id
    - `productId` integer — sprd product id
    - `appearanceId` integer — sprd appearance id
    - `appearanceName` string — sprd appearance name
    - `perspective` string — sprd view id
    - `imageUrl` string — URL to get the product image. There are different optional parameters which you have to add by your own: &width = image width &height = image height

## Other responses

- `404` — Article not found
- `422` — There is a problem with this article. Check the article in your Spreadconnect account for more information.

---

[API](https://skmtc.net/spreadconnect/apis/spreadconnect-fulfillment-service-rest-api.md) · [All operations](https://skmtc.net/spreadconnect/apis/spreadconnect-fulfillment-service-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spreadconnect/spreadconnect-fulfillment-service-rest-api/revisions/c5159bc39a84/schema)
