# Delivery notes Managing delivery notes in the e-shop. The code (`code`) is the credit notes identifier. Although this is usually a number, it is necessary to take into account that this might also include letters, a dash, etc. ## List of delivery notes - [GET /api/delivery-notes](https://api.docs.shoptet.com/shoptet-api/openapi/delivery-notes/getlistofdeliverynotes.md): The list of delivery notes supports the Paging. ## List of all delivery notes - [GET /api/delivery-notes/snapshot](https://api.docs.shoptet.com/shoptet-api/openapi/delivery-notes/getlistofalldeliverynotes.md): Using this endpoint, you can get list of all delivery notes with detailed info of each delivery note (like in delivery Note Detail endpoint) asynchronously. See how Asynchronous requests work on our developer's portal. Response will be in jsonlines format with each product taking one line of output file. One delivery note in response has the same format as delivery note detail response. ## Detail of delivery note - [GET /api/delivery-notes/{code}](https://api.docs.shoptet.com/shoptet-api/openapi/delivery-notes/getdetailofdeliverynote.md): Additional information about one delivery note. This endpoint has several sections, which are only sent when requested in the parameter (see Section on demand). Value | Section --------|------ | Item surcharge parameters ## Download delivery note as PDF - [GET /api/delivery-notes/{code}/pdf](https://api.docs.shoptet.com/shoptet-api/openapi/delivery-notes/downloaddeliverynoteaspdf.md): You can request the delivery note as PDF file, response will be as application/octet-stream. You can download pdf documents only one-by-one for every e-shop. Parallel requests end with error.