---
title: "Pobierz listę wariantów produktów"
method: GET
path: "/products_variants"
tags: ["Produkty - Warianty"]
---

# Pobierz listę wariantów produktów

`GET /products_variants`

Zwraca listę wariantów w produktach

## Query parameters

- `offset` integer
- `limit` integer
- `ean` string
- `symbol` string
- `catalog_number` string
- `auction_id` string

## Response `200`

Sukces, zwraca listę wariantów w produktach

- object
  - `id` integer — Identyfikator wariantu w produkcie
  - `product_id` integer — Identyfikator produktu do którego należy wariant

## Other responses

- `401` — Błąd autoryzacji

---

[API](https://skmtc.dev/sellasist/apis/sellasist-api.md) · [All operations](https://skmtc.dev/sellasist/apis/sellasist-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sellasist/sellasist-api/revisions/821a1ff699fb/schema)
