GetProductPrice

PGet the product price in the selected currency.

Input Parameters

Data type => object

  1. _session_hash (string)

    Required. Session identifier (obtained when logging in - doLogin)

  2. product_id (integer)

    Required. Product identifier

  3. currency_id (integer)

    Required. Currency identifier

Output Parameters

Data type => array

  1. product_id (integer)

    Product identifier

  2. currency_id (integer)

    Currency identifier

  3. tax_id (integer)

    VAT rate identifier

  4. price (double)

    Net price of the product

  5. price_brutto (double)

    Gross price of the product

  6. old_price (double)

    Old net price of the product

  7. old_price_brutto (double)

    Old gross price of the product

  8. wholesale_a_netto (double)

    Net price for wholesale group A of the product

  9. wholesale_b_netto (double)

    Net price for wholesale group B of the product

  10. wholesale_c_netto (double)

    Net price for wholesale group C of the product

  11. wholesale_a_brutto (double)

    Gross price for wholesale group A of the product

  12. wholesale_b_brutto (double)

    Gross price for wholesale group B of the product

  13. wholesale_c_brutto (double)

    Gross price for wholesale group C of the product