Option Template Details
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
GET
https://api.salla.dev/admin/v2
Product Option Templates
Last modified:2025-05-08 09:42:34
id
as a path parameter.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.salla.dev/admin/v2/products/options/templates/5541564?with=details'
Response Response Example
200 - Success
{
"status": 200,
"success": true,
"data": {
"id": 956236464,
"name": "اللون",
"type": "radio",
"display_type": "color",
"translations": {
"en": {
"name": "color"
},
"fr": {
"name": "couleur"
}
}
}
}
Request
Path Params
id
integer
required
Example:
5541564
Query Params
with
enum<string>
optional
with=details
to fetch list of product option templates with details
object.Allowed value:
details
Example:
details
Responses
Modified at 2025-05-08 09:42:34