products.read
- Products Read OnlyAuthorization: Bearer ********************
with=details
to fetch list of product option templates with details
object.curl --location --request GET 'https://api.salla.dev/admin/v2/products/options/templates?with=details'
{
"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"
}
}
}