catalog.productPropertySection.list
catalog.productPropertySection.list(select, filter, order)
Method gets list of property or SKU sections by filter.
Parameters
Parameter | Type | Description |
---|---|---|
select | object | Fields, matching to available list of fields, as well as propertyId (product or SKU property ID). |
filter | object | Fields, matching to available list of fields, as well as propertyId (product or SKU property ID). |
order | object | Fields, matching to available list offields, as well as propertyId (product or SKU property ID). |
Examples
BX24.callMethod( 'catalog.productPropertySection.list', { filter:{ propertyId: 128 }, }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2023