catalog.extra.list
catalog.extra.list(select, filter, order, navigation)
The method gets list of extra charges by filter.
When successful, returns list of extra charges in the response body.
Parameters
Parameter | Type | Description |
---|---|---|
select | object | Fields, corresponding to the available list of fields. |
filter | object | Fields, corresponding to the available list of fields. |
order | object | Fields, corresponding to the available list of fields. |
navigation | string | Retrieved page number. |
Examples
BX24.callMethod( 'catalog.extra.list', { select:{ id, }, filter:{ percentage: 10 }, order:{ id: ASC }, navigation: 1 }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2023