Reklamacje

Pobierz listę reklamacji

Zwraca listę reklamacji z możliwością filtrowania i paginacji.

get/complaints

Query parameters

date_fromstring

Data początkowa (reklamacje utworzone od tej daty, format YYYY-MM-DD HH:ii:ss)

date_tostring

Data końcowa (reklamacje utworzone do tej daty, format YYYY-MM-DD HH:ii:ss)

order_idstring

Filtrowanie po numerze zamówienia

source_idinteger

ID źródła reklamacji

limitinteger

Maksymalna liczba zwracanych rekordów (maksymalnie 100, domyślnie 100)

offsetinteger

Przesunięcie wyników (offset)

sort'asc' | 'desc'

Sortowanie po ID (asc - rosnąco, desc - malejąco)

Response

Sukces. Zwraca listę reklamacji.

idinteger
datestring
statusstring
complaint_nubmerstring

UWAGA: Klucz zawiera literówkę zgodną z kodem legacy (complaint_nubmer)

order_numberstring
sourcestring

Example response

[
  {
    "id": 15,
    "date": "2026-08-07 10:30:15",
    "status": "Zgłoszenie przyjęte",
    "complaint_nubmer": "RMA108072026",
    "order_number": "123456",
    "source": "Sklep Internetowy"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.