latestOpenAPI 3.0.22026-08-10312271.6 KB

c5159bc39a84

Articles

Get all articles

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

get/articles

Query parameters

limitinteger

General pagination option: defines the number of results to show

offsetinteger

define the offset to be queried.

Response

OK

countinteger
limitinteger
offsetinteger

Example response

{
  "items": [
    {
      "variants": [
        {
          "sku": "P1026247707A12S5",
          "d2cPrice": 21.56,
          "b2bPrice": 21.56
        }
      ],
      "images": [
        {
          "id": 560860288
        }
      ]
    }
  ]
}