One Attribute
Testing Env
https://www.testecommerce.vodoerp.com
Testing Env
https://www.testecommerce.vodoerp.com
GET
/{{attributes}}/2
Last modified:2025-04-14 00:56:23
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 |
lang | ar | ar => Arabic or en => English | string |
Key | Value | Description | Type |
---|---|---|---|
without_lang | yes | Display English and Arabic together | string |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://www.testecommerce.vodoerp.com/api/v1/attributes/2?without_lang=yes' \
--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": "Attribute Data",
"data": {
"id": 2,
"name_en": "الموديل",
"name_ar": null,
"business_id": null,
"status": 0,
"contain_image": 0,
"descriptions": [
{
"id": 1,
"name_en": "XXXL",
"name_ar": "XXXL",
"attribute_id": 2,
"status": 1
},
{
"id": 2,
"name_en": "XXL",
"name_ar": "XXL",
"attribute_id": 2,
"status": 1
},
{
"id": 3,
"name_en": "XL",
"name_ar": "XL",
"attribute_id": 2,
"status": 1
}
]
}
}
Request
Query Params
without_lang
string
required
Example:
yes
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