Created getProductPrice (markdown)

master
Victor Aleksejevs 2018-08-10 12:27:53 +03:00
parent f8f0cf9a67
commit 8e0b1f2f48
1 changed files with 14 additions and 0 deletions

14
getProductPrice.md Normal file

@ -0,0 +1,14 @@
URL: /products/price/<product_id><br/>
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)