Inventory Requests List
Testing Env
https://www.testecommerce.vodoerp.com
Testing Env
https://www.testecommerce.vodoerp.com
GET
/api/v1/inventory_request_list/46
Last modified:2025-04-13 23:36:07
Key | Value | Description | Type |
---|---|---|---|
apikey | 5f28583f26a1a | You must contact support to get the apikey. Required | string |
apiconnection | appmobile | You must contact support to get the apiconnection. Required | string |
secure-business-key | 140356399db2b2c32f0.25237063 | You must contact support to get the secure-business-key. Required | string |
Key | Value | Description | Type |
---|---|---|---|
per_page | 10 | Display the required number on one page | string |
page | 2 | The page number you want to go to | string |
sort_order | id__asc | For sort by: id__desc, id__asc, created_at__desc, created_at__asc | string |
order_status | 2 | Filter by order status | string |
keyword | Search by keyword => id or email | string |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.testecommerce.vodoerp.com/api/v1/inventory_request_list/46?per_page=10&page=2&sort_order=id__asc&order_status=2&keyword=' \
--header 'apikey: 5f28583f26a1a' \
--header 'apiconnection: appmobile' \
--header 'secure-business-key: 140356399db2b2c32f0.25237063'
Response Response Example
{"status":true,"message":"Inventory orders list","data":{"current_page":1,"data":[{"id":1143,"status":{"id":1,"name":"New","color":"#75e6e2"},"created_at":"2023-10-19 12:45:04"},{"id":685,"status":{"id":1,"name":"New","color":"#75e6e2"},"created_at":"2023-04-04 11:56:09"}],"first_page_url":"https://www.testecommerce.vodoerp.com/api/v1/inventory_request_list/83?page=1","from":1,"last_page":1,"last_page_url":"https://www.testecommerce.vodoerp.com/api/v1/inventory_request_list/83?page=1","links":[{"url":null,"label":"« Previous","active":false},{"url":"https://www.testecommerce.vodoerp.com/api/v1/inventory_request_list/83?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"next_page_url":null,"path":"https://www.testecommerce.vodoerp.com/api/v1/inventory_request_list/83","per_page":10,"prev_page_url":null,"to":2,"total":2}}
Request
Query Params
per_page
stringÂ
optional
Example:
10
page
stringÂ
optional
Example:
2
sort_order
stringÂ
optional
'id__desc',
'id__asc',
'created_at__desc',
'created_at__asc'
Example:
id__asc
order_status
stringÂ
optional
Example:
2
keyword
stringÂ
required
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
Body Params multipart/form-data
object {0}