id
as a path parameter.products.read
- Products Read onlyAuthorization: Bearer ********************
curl --location --request GET 'https://api.salla.dev/admin/v2/products/options/templates/5541564?with=details'
{
"status": 200,
"success": true,
"data": {
"id": 956236464,
"name": "اللون",
"type": "radio",
"display_type": "color",
"translations": {
"en": {
"name": "color"
},
"fr": {
"name": "couleur"
}
}
}
}