From 770c1ba5ce64870e7f43f95d552e227a79519485 Mon Sep 17 00:00:00 2001 From: Victor Aleksejevs <42028380+ggs-victor@users.noreply.github.com> Date: Fri, 10 Aug 2018 20:36:59 +0300 Subject: [PATCH] Created getUnpaidOrders (markdown) --- getUnpaidOrders.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 getUnpaidOrders.md diff --git a/getUnpaidOrders.md b/getUnpaidOrders.md new file mode 100644 index 0000000..e13a245 --- /dev/null +++ b/getUnpaidOrders.md @@ -0,0 +1,15 @@ +URL: /orders/list/unpaid/
+Request type: GET + +### Overview +The “getUnpaidOrders” method returns the list of all unpaid orders. + +### Request parameters +* None + +### Response +* orders - an array of unpaid orders + * id - order ID + * total_price - order total price + * currency - order currency + * date - order date \ No newline at end of file