Created getUnpaidOrders (markdown)
parent
934ee4f8e7
commit
770c1ba5ce
|
@ -0,0 +1,15 @@
|
||||||
|
URL: /orders/list/unpaid/<br/>
|
||||||
|
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
|
Loading…
Reference in New Issue