Zwroty

Pobierz szczegóły zwrotu

Pobieranie informacji o zwrocie

get/returns/{id}

Path parameters

{"stackTrail":"paths:/returns/{id}:get:parameters:0:schema","oasType":"schema","type":"unknown"}

Identyfikator zwrotu

Response

Sukces

datestring

Data

idnumber

Identyfikator reklamacji

order_numberstring

numer zamówienia

return_numberstring

numer zwrotu

sourcestring

źródło zamówienia

statusstring

status zwrotu

Example response

{
  "date": "2026-07-20 12:25:43",
  "id": 666,
  "order_number": "62",
  "return_number": "RMZ215042024",
  "returned_products": [
    {
      "id": 81,
      "name": "patyczki",
      "price_total": "60.00",
      "quantity": "2.000",
      "return_value": "30.00",
      "returned_value": "0.00",
      "status": "Częściowo przyjęte",
      "topic": 2,
      "unit_price": "30.00"
    }
  ],
  "sale_doc_data": [
    {
      "city": "Warszawa",
      "company_name": "firma",
      "company_nip": 12312312323,
      "country": "PL",
      "description": "komentarz",
      "flat_number": "3",
      "home_number": "24",
      "name": "Jan",
      "phone": 123456789,
      "post_code": "65-666",
      "state": "Wielkopolska",
      "street": "szkolna",
      "surname": "Nowak"
    }
  ],
  "source": "Sklep",
  "status": "Zgłoszenie przyjęte"
}

Changes

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