Inventories List
Testing Env
https://www.testecommerce.vodoerp.com
Testing Env
https://www.testecommerce.vodoerp.com
GET
/api/v1/inventories_list
Last modified:2025-05-08 17:27:05
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 |
---|---|---|---|
name | Abdo Inventory2 | Search by name | string |
order_by | id | Order by: id or name | string |
order_direction | asc | Order direction: asc or desc | string |
per_page | 6 | Display the required number on one page | string |
page | 2 | The page number you want to go to | string |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.testecommerce.vodoerp.com/api/v1/inventories_list?name=Abdo Inventory2&order_by=id&order_direction=asc&per_page=6&page=2' \
--header 'apikey: 5f28583f26a1a' \
--header 'apiconnection: appmobile' \
--header 'secure-business-key: 140356399db2b2c32f0.25237063' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{"status":true,"message":"done","data":{"current_page":1,"data":[{"id":25,"name":"مخزن تجريبى","type":"Master","keepers":[],"acc_inv_id":71},{"id":46,"name":"Mando","type":"Master","keepers":[""],"acc_inv_id":85},{"id":83,"name":"تجريبى","type":"Master","keepers":[""],"acc_inv_id":122},{"id":91,"name":"مندوب_123","type":"Master","keepers":[""],"acc_inv_id":130},{"id":152,"name":"Adam Layla","type":"Master","keepers":[""],"acc_inv_id":193}],"first_page_url":"https://www.testecommerce.vodoerp.com/api/v1/inventories_list?page=1","from":1,"last_page":1,"last_page_url":"https://www.testecommerce.vodoerp.com/api/v1/inventories_list?page=1","links":[{"url":null,"label":"« Previous","active":false},{"url":"https://www.testecommerce.vodoerp.com/api/v1/inventories_list?page=1","label":"1","active":true},{"url":null,"label":"Next »","active":false}],"next_page_url":null,"path":"https://www.testecommerce.vodoerp.com/api/v1/inventories_list","per_page":15,"prev_page_url":null,"to":5,"total":5}}
Request
Query Params
name
string
optional
Example:
Abdo Inventory2
order_by
string
optional
Example:
id
order_direction
string
optional
Example:
asc
per_page
string
optional
Example:
6
page
string
optional
Example:
2
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 application/json