UpdateProductPrice

Updates the product price in the selected currency.

Input Parameters

Data type => object

  1. _session_hash (string)

    Required. Session identifier (received during login - doLogin)

  2. product_id (integer)

    Required. Product identifier

  3. currency_id (integer)

    Required. Currency identifier

  4. tax_id (integer)

    VAT rate identifier

  5. price (double)

    Net price of the product

  6. price_brutto (double)

    Gross price of the product

  7. old_price (double)

    Old net price of the product

  8. old_price_brutto (double)

    Old gross price of the product

  9. wholesale_a_netto (double)

    Net price for wholesale group A of the product

  10. wholesale_b_netto (double)

    Net price for wholesale group B of the product

  11. wholesale_c_netto (double)

    Net price for wholesale group C of the product

  12. wholesale_a_brutto (double)

    Gross price for wholesale group A of the product

  13. wholesale_b_brutto (double)

    Gross price for wholesale group B of the product

  14. wholesale_c_brutto (double)

    Gross price for wholesale group C of the product

Output Parameters

Data type => object

  1. _update (boolean)

    Update status