One Brand
Testing Env
https://www.testecommerce.vodoerp.com
Testing Env
https://www.testecommerce.vodoerp.com
GET
/{{brands}}/56
Last modified:2025-04-13 18:46:33
Key | Value | Description | Type |
---|---|---|---|
apikey | 5f28583f26a1a | API key for authentication; contact support to obtain. Required | string |
lang | ar | Language preference: ar for Arabic, en for English. | string |
apiconnection | appmobile | Connection type; contact support to obtain. Required | string |
secure-business-key | 4765066450c0bd66325.48403130 | Business-specific key; contact support for valid values. Required | string |
Response
Example
{
"status": true,
"message": "",
"data": {
"id": 0,
"name_en": "",
"name_ar": "",
"website": "",
"alias": "",
"image": "",
"sort": 0,
"status": 0,
"categories": [
{
"id": 0,
"name": ""
}
],
"brand": null
}
}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://www.testecommerce.vodoerp.com/{{brands}}/56' \
--header 'apikey: 5f28583f26a1a' \
--header 'lang: ar' \
--header 'apiconnection: appmobile' \
--header 'secure-business-key: 4765066450c0bd66325.48403130' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{
"status": true,
"message": "Brand Data",
"data": {
"id": 56,
"name_en": "Isuzu",
"name_ar": "إيسوزو",
"website": "https://www.isuzu.com.sa/ar",
"alias": "isuzu",
"image": "https://ecommerce.vodoglobal.com/data/164/brand/TRS/Isuzu.png",
"sort": 26,
"status": 1,
"categories": [
{
"id": 47,
"name": "هيكل السيارة"
},
{
"id": 48,
"name": "القطع الميكانيكية"
},
{
"id": 49,
"name": "القطع الكهربائية"
},
{
"id": 50,
"name": "الأكسسورات"
}
],
"brand": null
}
}
Request
Header Params
apikey
string
required
Example:
5f28583f26a1a
lang
string
required
Example:
ar
apiconnection
string
required
Example:
appmobile
secure-business-key
string
required
728106399db2b289783.89154521
2680667168f2f8a68f6.12561200
140356399db2b2c32f0.25237063
96701678e330f31f768.22400604
14807664478836358b0.31329842
Example:
4765066450c0bd66325.48403130
Body Params application/json