catalog.productPropertyEnum.list
Scope: catalog Permissions to execute: for all
catalog.productPropertyEnum.list(select, filter, order, start)
Method gets list of list property values by filter.
Parameters
Parameter | Type | Description |
---|---|---|
select | object | Fields matching to available list of fields. |
filter | object | Fields matching to available list of fields. |
order | object | Fields matching to available list of fields. |
start | string | Printed page number. Works for https queries. |
Example
For JS
BX24.callMethod( 'catalog.productPropertyEnum.list', { filter:{ propertyId: 128 }, }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); } );
For HTTPS
https://your_account/rest/catalog.productPropertyEnum.list?auth=_auth_key_&start=50
© «Bitrix24», 2001-2024