POSProductsList V2
Testing Env
https://www.testecommerce.vodoerp.com
Testing Env
https://www.testecommerce.vodoerp.com
POST
/api/v1/pos/pos_products_list_v2
Last modified:2025-05-08 17:26:48
Key | Value | Description | Type | Required |
---|---|---|---|---|
apikey | 5f28583f26a1a | API key for authentication; contact support to obtain. | string | Yes |
apiconnection | appmobile | Connection type; contact support to obtain. | string | Yes |
secure-business-key | 140356399db2b2c32f0.25237063 | Business-specific key; contact support for valid values. | string | Yes |
Key | Value | Description | Type | Required |
---|---|---|---|---|
keyword | وا | Filters products by search term (e.g., "wa" in Arabic). | string | No |
pos_id | 25 | ID of the POS terminal. | string | Yes |
per_page | 10 | Number of products per page. | string | No |
list | (empty) | Returns all products without pagination if present. | string | No |
page | 1 | Specifies the page number. | string | No |
category_id | 6 | Filters products by category ID. | string | No |
get_subcategories_products | (empty) | Includes products from subcategories if present. | string | No |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.testecommerce.vodoerp.com/api/v1/pos/pos_products_list_v2' \
--header 'apikey: 5f28583f26a1a' \
--header 'apiconnection: appmobile' \
--header 'secure-business-key: 140356399db2b2c32f0.25237063' \
--form 'keyword="وا"' \
--form 'pos_id="25"' \
--form 'per_page="10"' \
--form 'list=""' \
--form 'page="1"' \
--form 'category_id="6"' \
--form 'get_subcategories_products=""'
Response Response Example
{}
Request
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
keyword
string
required
Example:
وا
pos_id
string
required
Example:
25
per_page
string
required
Example:
10
list
string
required
page
string
required
Example:
1
category_id
string
required
Example:
6
get_subcategories_products
string
required