---
title: "Pobierz listę listów przewozowych"
method: GET
path: "/ordersshipments"
tags: ["Listy przewozowe"]
---

# Pobierz listę listów przewozowych

`GET /ordersshipments`

Zwraca listę listów przewozowych

## Query parameters

- `offset` integer
- `limit` integer
- `order_id` integer
- `sort` string
- `date_from` string
- `date_to` string

## Response `200`

success

- object[]
  - `created_date` string — Data utworzenia
  - `delivered_date` string — Data dostarczenia
  - `file` string — PDF w postaci base64
  - `id` integer — Identyfikator listu przewozowego
  - `order_id` integer — Identyfikator zamówienia
  - `tracking_number` string — Numer do śledzenia przesyłki

## Other responses

- `401` — Błąd autoryzacji
- `404` — no results

---

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