Child pages
  • Chapter 10 - Price management

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Let's say we want to retrieve the price for combination '25' of the product '1', without with tax, in a web service field name "my_price".

The query: /api/products/1?price[my_price][use_tax]=01&price[monmy_prixprice][product_attribute]=25

Note

Before PrestaShop 1.6.0.10, this query retrieved the price without tax. The behavior has been changed to make it more on par with needs.

Parameters

Here is the list of available parameters when needing to define a custom price:

...