From 8e0b1f2f487acb1369499fb57b2556f436e9e190 Mon Sep 17 00:00:00 2001 From: Victor Aleksejevs <42028380+ggs-victor@users.noreply.github.com> Date: Fri, 10 Aug 2018 12:27:53 +0300 Subject: [PATCH] Created getProductPrice (markdown) --- getProductPrice.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 getProductPrice.md diff --git a/getProductPrice.md b/getProductPrice.md new file mode 100644 index 0000000..15c427c --- /dev/null +++ b/getProductPrice.md @@ -0,0 +1,14 @@ +URL: /products/price/
+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) \ No newline at end of file