Orders
Get Orders
Get and filter the orders
GET
/
v1
/
orders
Headers
Query Parameters
Required range:
x < 100
Order version: 1.0 or 2.0. Return all orders as default
Available options:
1.0
, 2.0
Search for fields: amount ,created_at ,order id, remark, customer_name
The available status: completed, sent, draft, expired, canceled
Available options:
completed
, sent
, draft
, expired
, canceled
Example: 2023-04-18
Example: 2023-04-18
If we want to show the product or charge detail=> add the value: products or charges. For both: products,charges
Response
200 - application/json
Was this page helpful?