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