List Option Templates
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:32:19
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.salla.dev/admin/v2/products/options/templates?with=details'
Response Response Example
200 - Success
{
"status": 200,
"success": true,
"data": [
{
"id": 1473353380,
"name": "اللون",
"type": "radio",
"display_type": "color",
"translations": {
"en": {
"name": "color"
},
"fr": {
"name": "color"
}
}
}
],
"pagination": {
"count": 1,
"total": 15,
"perPage": 1,
"currentPage": 1,
"totalPages": 15,
"links": {
"next": "https://s.salla.test/admin/v2/options-template?page=2"
}
}
}
Request
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:32:19