---
title: "Product Discounts and Prices (DKPLUS-1710)"
canonical: "https://docs.dk.is/space/DKPLUS/73629724/Product%20Discounts%20and%20Prices%20(DKPLUS-1710)"
format: markdown
---
On the 10.5.2024 we published an update to the dkPlus API that has the ability to return price information bases on a criteria for example a customer and quantity.

## Implemented Support

The operation support the following

- Product Discount
- Customer Discount
- Discount Rules
- Discount Quantity Rules
- Custom Prices
- Custom Discount Prices
- Time Based restrictions defined in dkERP System

> ⚠️ Max Discount on product overrides discounts that are greater than that value

## Limitations

The following has not yet been implement or requested

- Does not support Discount Groups

## Swagger Documentation

You can navigate to the swagger documentation [here](https://api.dkplus.is/swagger/ui/index#!/Product/Product_GetProductDiscounts)  
  
Example Payload 

```
[
  {
    "ItemCode": "0001",
    "Quantity": 6
  }
]
```


You can add the customer number to the query to get the prices and discounts based on the supplied customer



If you would prefer you can get the rule definitions using the API as well  
View Swagger Documentation [here](https://api.dkplus.is/swagger/ui/index#!/Sales32Invoice/Invoice_GetDiscountDefinitions)