---
title: "Pobierz listę produktów (Bulk)"
method: GET
path: "/products_bulk"
tags: ["Produkty"]
---

# Pobierz listę produktów (Bulk)

`GET /products_bulk`

Zwraca informację o stanach magazynowych

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Sukces

- ProductsBulkData
  - `archived` boolean — czy produkt jest zarchiwizowany
  - `as_set` integer — Oznaczenie produktu jako zestaw
  - `availability_id` integer — Identyfikator czasu wysyłki
  - `catalog_number` string — Numer katalogowy produktu
  - `ean` number — kod ean
  - `external_offers` object[] — Lista ofert zewnętrznych
    - `account_id` integer — ID konta
    - `price` number — Cena w ofercie zewnętrznej
    - `product_variant_id` integer — ID wariantu produktu
    - `productexternal_id` integer — ID oferty zewnętrznej
  - `location` string — Lokalizacja
  - `price` number — Podstawowa cena produktu
  - `price_buy` number — kwota zakupu produktu
  - `price_promo` number — Cena promocyjna produktu
  - `product_id` number — Identyfikator produktu
  - `promotion` boolean — Status aktywności promocji produktu
  - `quantity` number — stan magazynowy
  - `storages` StoragesProductRequest[]
    - `id` string — Identyfikator wpisu stanu magazynowego tylko w GET, PUT
    - `product_variant_id` integer — Identyfikator wariantu produktu
    - `quantity` number — Ilość sztuk dostępnych w tym stanie magazynowym
    - `rack_id` number — Numer identyfikacyjny szafy w magazynie
    - `shelf_id` number — Numer identyfikacyjny półki w szafie
    - `storage_id` integer — Identyfikator magazynu
  - `symbol` string — Symbol Produktu
  - `title` string — Nazwa produktu
  - `variants` object[] — stany magazynowe wariantów
    - `catalog_number` string — Numer katalogowy Wariantu
    - `ean` number — kod ean
    - `id` integer — Identyfikator wariantu
    - `manufacturer_id` integer — Numer id producenta
    - `price` number — Podstawowa cena wariantu
    - `price_promo` number — Cena promocyjna wariantu
    - `promotion` boolean — Status aktywności promocji wariantu
    - `quantity` number — stan magazynowy
    - `symbol` string — Symbol Wariantu
  - `vat` integer — Stawka VAT
  - `volume` integer — Miara przestrzeni produktu

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