Skip to content

getProductPrice

Victor Aleksejevs edited this page Aug 10, 2018 · 1 revision

URL: /products/price/<product_id>
Request type: GET

Overview

The getProductPrice returns product prices in default account currency for specified “product_id” parameter.

Request parameters

  • product_id - unique product ID

Response

  • product_price - array of product prices and period
    • period - product validity period in months (12,24)
    • price - product price
  • success - success value (true)
Clone this wiki locally