sale.paymentItemBasket.list
Scope: catalog Permissions to execute: for all
sale.paymentItemBasket.list(select, filter, order)
Method gets list of bindings between payment and shopping cart by filter.
Returns list of payment bindings to shopping cart on success.
Parameters
Parameter | Type | Description |
---|---|---|
select | object | Fields, corresponding to the available list of fields fields. |
filter | object | Fields, corresponding to the available list of fields fields. |
order | object | Fields, corresponding to the available list of fields fields. |
Example
BX24.callMethod( 'sale.paymentItemBasket.list', { select: ['id'], filter:{ basketId: 1128 }, }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2024