---
title: "Get all articles"
method: GET
path: "/articles"
tags: ["Articles"]
---

# Get all articles

`GET /articles`

This resource could be used, to get all created products for your point of sale.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- object
  - `items` Article[] — items
    - `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
  - `count` integer
  - `limit` integer
  - `offset` integer

---

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