All Brands
Testing Env
https://www.testecommerce.vodoerp.com
Testing Env
https://www.testecommerce.vodoerp.com
GET
/{{brands}}
Last modified:2025-04-13 18:47:34
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 |
---|---|---|---|
page | 2 | Page number for pagination. | string |
keyword | Brand Name AR 2 | Search by brand ID or name. | string |
view | list | Show all data without pagination if set to list . | string |
per_page | 10 | Number of brands per page. | string |
sort_order | name__asc | Sort by: id__desc , id__asc , name__desc , etc. | string |
Response
{
"status": true,
"message": "",
"data": {
"current_page": 0,
"data": [
{
"id": 0,
"name": "",
"category_titles": [""],
"main_brand_name": "",
"image": "",
"status": 0,
"website": "",
"sort": 0
}
],
"first_page_url": "",
"from": 0,
"last_page": 0,
"last_page_url": "",
"links": [
{
"url": null,
"label": "",
"active": true
}
],
"next_page_url": null,
"path": "",
"per_page": 0,
"prev_page_url": null,
"to": 0,
"total": 0
}
}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://www.testecommerce.vodoerp.com/{{brands}}?page=2&keyword=Brand Name AR 2&view=list&per_page=10&sort_order=name__asc' \
--header 'apikey: 5f28583f26a1a' \
--header 'apiconnection: appmobile' \
--header 'secure-business-key: 140356399db2b2c32f0.25237063' \
--header 'lang: ar' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{
"status": true,
"message": "Brands Data",
"data": {
"current_page": 1,
"data": [
{
"id": 29,
"name": "مياه واف 200 مل",
"category_titles": [
"العناية بالبشرة"
],
"main_brand_name": "",
"image": "https://ecommerce.vodoglobal.com/data/47/brand/profile.jpg",
"status": 1,
"website": "https://www.wav.sa/products/288",
"sort": 0
},
{
"id": 23,
"name": "واف",
"category_titles": [
"مشروبات تيست"
],
"main_brand_name": "",
"image": "https://ecommerce.vodoglobal.com/data/47/brand/profile.jpg",
"status": 1,
"website": null,
"sort": 0
}
],
"first_page_url": "http://localhost:8000/api/v1/ecomm_brands?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://localhost:8000/api/v1/ecomm_brands?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://localhost:8000/api/v1/ecomm_brands?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "http://localhost:8000/api/v1/ecomm_brands",
"per_page": 10,
"prev_page_url": null,
"to": 2,
"total": 2
}
}
Request
Query Params
page
string
optional
Example:
2
keyword
string
optional
Example:
Brand Name AR 2
view
string
optional
Example:
list
per_page
string
optional
Example:
10
sort_order
string
optional
'id__desc',
'id__asc',
'name__desc',
'name__asc',
'sort__desc',
'sort__asc',
Example:
name__asc
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
lang
string
required
Example:
ar
Body Params application/json