- Products
- Product Categories
- Team
- Employees
- Orders
- Discount Codes
- Purchase Order Management
- Reports
-
Channel - Website
- Articles
- Data Object: Article
- Data Object: Brand
- Data Object: Cities
- Data Object: Countries
- Data Object: Customer
- Data Object: Order
- Data Object: Payment Method
- Data Object: Predefined Objects
- Data Object: Product
- Data Object: Product Categories
- Data Object: Product Set
- Data Object: Promo Banners
- Data Object: Property
- Data Object: Property Group
- Data Object: Shipping Rates
- Data Object: Shopping Cart
- Data Object: Slider
- Data Object: States
- Data Object: Wish List
- End Point: Account
- End Point: Order
- End Point: Send Email
- End Point: Shopping Cart
- End Point: Subscribe
- End Point: Wish List
- Promo Banners
- Sliders
- Twig - Template Engine
- Channel - POS
Data Object: Property
Get Property List
{{ data.property.list({}) }}
HTTP/1.1 200 OK
[
{
id: 2,
type: 1,
title: "Operation System",
productCount: 2,
values: [
{
id: 2,
title: "iOS",
productCount: 1
},
{
id: 2,
title: "Android",
productCount: 1
}
]
]
or
[]
Parameter | Type | Description |
id | int | Property identifier |
type | int | Property type (1: Predefined, 2: Custom Value) |
title | string | Property title |
productCount | int | Related products count |
values | array | Property values |
value.id | int | Value identifier |
value.title | string | Value title |
value.productCount | int | Related products count |