Bukimedia / PrestaSharp

CSharp .Net client library for the PrestaShop API via web service
GNU General Public License v3.0
154 stars 152 forks source link

How to find tax rate of product? #368

Open SparkyRih opened 4 years ago

SparkyRih commented 4 years ago

I can't figure out how to find the tax rate of a product...

I only have a tax_rule_group_id in the product entity, and I obviously know about the 3 tax related factories, but I can't seem to figure out how to use them to get to the specific tax rate of the product, so that I can show the actual price... Or am I looking in the wrong direction?

Any help would be appriciated...