# Quantity discounts Managing quantity discounts in the e-shop. ## List of quantity discounts - [GET /api/quantity-discounts](https://api.docs.shoptet.com/shoptet-api/openapi/quantity-discounts/getlistofquantitydiscounts.md): Returns a list of quantity discounts with basic info. Supports Paging. ## Quantity discount insertion - [POST /api/quantity-discounts](https://api.docs.shoptet.com/shoptet-api/openapi/quantity-discounts/createquantitydiscount.md) ## List of all quantity discounts - [GET /api/quantity-discounts/snapshot](https://api.docs.shoptet.com/shoptet-api/openapi/quantity-discounts/getlistofallquantitydiscounts.md): Using this endpoint, you can get list of all quantity discounts with detailed info of each article (like in Detail of quantity discount endpoint) asynchronously. See how Asynchronous requests work on our developer's portal. Response will be in jsonlines format with each discount taking one line of output file. One discount in response has the same format as in Detail of quantity discount endpoint response. Result file is compressed using GZIP. ## Detail of quantity discounts - [GET /api/quantity-discounts/{id}](https://api.docs.shoptet.com/shoptet-api/openapi/quantity-discounts/getdetailofquantitydiscounts.md) ## Quantity discount update - [PATCH /api/quantity-discounts/{id}](https://api.docs.shoptet.com/shoptet-api/openapi/quantity-discounts/updatequantitydiscount.md) ## Delete of quantity discount - [DELETE /api/quantity-discounts/{id}](https://api.docs.shoptet.com/shoptet-api/openapi/quantity-discounts/deletequantitydiscount.md)