Data Object: Հատկանիշների Խումբ

Ստանալ Հատկանիշների Խմբերի Ցանկը


{{ data.propertyGroup.list({}) }}

HTTP/1.1 200 OK
[
    {
         id: 1,
         title: "Platform",
         properties: [
             {
                 id: 2,
                 type: 1,
                 title: "Operation System",
                 productCount: 2,
                 values: [
	             {
	                 id: 2,
                         title: "iOS",
                         productCount: 1
	             },
                     {
                         id: 2,
                         title: "Android",
                         productCount: 1
	             }
                 ]
             }
         ]
     }
]

or

[]

Պարամետր Տիպ Նկարագրություն
id int Հատկանիշի խմբի իդենտիֆիկատոր
title string Հատկանիշի խմբի անվանում
properties array Հատկանիշներ
property.id int Հատկանիշի իդենտիֆիկատոր
property.type int Հատկանիշի տիպ (1: Նախանշված արժեքներ, 2: Սովորական արժեքներ)
property.title string Հատկանիշի անվանում
property.productCount int Կցված ապրանքների քանակ
property.values array Հատկանիշի արժեքները
property.value.id int Հատկանիշի արժեքի իդենտիֆիկատոր
property.value.title string Հատկանիշի արժեքի անվանում
property.value.productCount int Կցված ապրանքների քանակ