Price Calculation
To calculate the price for each shop item without submitting an order, you can simulate the process heavily described in Order Invoice .
You will need the bellow entities:
Exchange Rates: Track the exchange rates from the customer information API.
Customer Deal: Track the customer deal applied to the specific product via the Shop List API.
Last updated