All Orders
Testing Env
https://www.testecommerce.vodoerp.com
Testing Env
https://www.testecommerce.vodoerp.com
GET
/api/v2/all_business_orders
Last modified:2025-04-13 23:14:39
Key | Value | Description | Type |
---|---|---|---|
apikey | 5f28583f26a1a | API key for authentication; contact support to obtain. Required | string |
apiconnection | appmobile | Connection type; contact support to obtain. Required | string |
secure-business-key | 140356399db2b2c32f0.25237063 | Business-specific key; contact support for valid values. Required | string |
lang | ar | Language preference: ar for Arabic, en for English. | string |
Key | Value | Description | Type |
---|---|---|---|
per_page | 20 | Number of orders per page. | integer |
sort_order | email__desc | Sort by: id__desc , id__asc , email__desc , etc. | string |
keyword | 621 | Optional search term for orders. | string |
order_status | (empty) | Optional filter by order status. | string |
order_driver | (empty) | Optional filter by driver. | string |
order_user | (empty) | Optional filter by user. | string |
page | 1 | Page number for pagination. | integer |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.testecommerce.vodoerp.com/api/v2/all_business_orders?per_page=20&sort_order=email__desc&keyword=621&order_status=&order_driver=&order_user=&page=1' \
--header 'apikey: 5f28583f26a1a' \
--header 'apiconnection: appmobile' \
--header 'secure-business-key: 140356399db2b2c32f0.25237063' \
--header 'Accept-Language: ar' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{}
Request
Query Params
per_page
stringÂ
optional
Example:
20
sort_order
stringÂ
optional
'id__desc',
'id__asc',
'email__desc',
'email__asc',
'created_at__desc',
'created_at__asc',
Example:
email__desc
keyword
stringÂ
required
Example:
621
order_status
stringÂ
optional
order_driver
stringÂ
optional
order_user
stringÂ
optional
page
stringÂ
optional
Example:
1
Header Params
apikey
stringÂ
required
Example:
5f28583f26a1a
apiconnection
stringÂ
required
Example:
appmobile
secure-business-key
stringÂ
required
728106399db2b289783.89154521
2680667168f2f8a68f6.12561200
140356399db2b2c32f0.25237063
96701678e330f31f768.22400604
14807664478836358b0.31329842
Example:
140356399db2b2c32f0.25237063
Accept-Language
stringÂ
required
Example:
ar
Body Params application/json