If i wanna get the final price (tax and discounts included) i run from cli this
curl --globoff "https://APIKEY@www.example.com/api/products/60317?price[final_price][use_tax]=1"
How can i translate this to the C# using prestasharp?
display: full
filter[id]: 85
filter[price[final_price][use_tax]]: 1
sort: id_DESC
limit: 1
date: 1
ws_key:
<?xml version="1.0" encoding="UTF-8"?>
<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
<errors>
<error>
<code><![CDATA[31]]></code>
<message><![CDATA[There is no existing linked table for this resource]]></message>
</error>
</errors>
</prestashop>
Object reference not set to an instance of an object. HttpStatusCode: BadRequest
If i wanna get the final price (tax and discounts included) i run from cli this
curl --globoff "https://APIKEY@www.example.com/api/products/60317?price[final_price][use_tax]=1"
How can i translate this to the C# using prestasharp?
I try this
but it throws exception