---
title: "GET /api-service/v3/webshop/{lang}/icons-with-description"
method: GET
path: "/api-service/v3/webshop/{lang}/icons-with-description"
tags: ["Webshop"]
---

# GET /api-service/v3/webshop/{lang}/icons-with-description

`GET /api-service/v3/webshop/{lang}/icons-with-description`

Returns just the information required to show an item in a web-shop: Existence boolean and three tags.

## Path parameters

- `lang` string, required

## Query parameters

- `sku` string
- `productExtendedIdentifier` string
- `clientIdentifier` string

## Response `200`

Default Response

- object
  - `error` boolean
  - `isSKUMatched` boolean
  - `isProductMatched` boolean
  - `id` string
  - `productId` string
  - `styleId` string
  - `brandId` string
  - `idx` number
  - `color` string
  - `colorImageId` string
  - `colorImageUrl` string
  - `originalColorImageUrl` string
  - `otherAttributes` string
  - `sku` string
  - `badges` object[]
    - `badge` object, required
      - `id` string, required
      - `category` string
      - `standardId` string
      - `name` string, required
      - `description` string
      - `descriptionDe` string
      - `descriptionEs` string
      - `descriptionFr` string
      - `nameDe` string
      - `nameEs` string
      - `nameFr` string
      - `imageFileUrl` string
      - `originalImageFileUrl` string
      - `translations` object
    - `proofs` unknown

## Other responses

- `401` — Default Response
- `403` — Default Response

---

[API](https://skmtc.net/retraced/apis/api-reference.md) · [All operations](https://skmtc.net/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/60d6c901bc4e/schema)
