From 6b990a3ec12f7b0c6f61f82cc82ac1ea7e0c5ba2 Mon Sep 17 00:00:00 2001 From: Victor Aleksejevs <42028380+ggs-victor@users.noreply.github.com> Date: Fri, 10 Aug 2018 20:43:36 +0300 Subject: [PATCH] Created getAllProductPrices (markdown) --- getAllProductPrices.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 getAllProductPrices.md diff --git a/getAllProductPrices.md b/getAllProductPrices.md new file mode 100644 index 0000000..43c4bfc --- /dev/null +++ b/getAllProductPrices.md @@ -0,0 +1,15 @@ +URL: /products/all_prices/
+Request type: GET + +### Overview +The getAllProductPrices returns a detailed list of available product prices. + +### Request parameters +* None + +### Response +* product_prices - array of product prices + * id - product ID + * period - product validity period in months (12,24) + * price - partner price in account default currency +* success - success value (true) \ No newline at end of file