Skip to main content

API - Recalculation of Sales Prices

API - How to recalculate the selling price in a price list or product group based on the configured pricing rules?

Written by Petr Pech

Both recalculation variants (price list and product group) have their own dedicated endpoint available for recalculation.

Price List

  • PUT /cenik/(filtr)/prepocti-prodejni-cenu

Example: PUT https://demo.flexibee.eu/c/demo/cenik/147/prepocti-prodejni-cenu, where 147 corresponds to the ID of the price list item. However, any filter can be used.

Product Group

  • PUT /skupina-zbozi/(filtr)/prepocti-prodejni-cenu

Example: PUT https://demo.flexibee.eu/c/demo/skupina-zbozi/7/prepocti-prodejni-cenu, where 7 corresponds to the ID of the product group. However, any filter can be used.

Did this answer your question?