# BasketItem

URL: https://chugunov.pro/api-bitrix/sale/basketitem/
Проверено на 1С-Битрикс 25.x, обновлено 03.08.2026.
Источник: независимый русскоязычный справочник chugunov.pro. Не является официальной документацией 1С-Битрикс.

Класс `\Bitrix\Sale\BasketItem`
Модуль: Sale.

Исходный файл: `source/sale/lib/basketitem.php:26`

## Константы (2)

- `TYPE_SERVICE`
- `TYPE_SET`

## Методы (88)

- [`canBuy()`](https://chugunov.pro/api-bitrix/sale/basketitem/canbuy/)
- [`changeCurrency()`](https://chugunov.pro/api-bitrix/sale/basketitem/changecurrency/) — Изменяет валюту элемента корзины.
- [`clearStartField()`](https://chugunov.pro/api-bitrix/sale/basketitem/clearstartfield/)
- [`static create()`](https://chugunov.pro/api-bitrix/sale/basketitem/create/)
- [`createBundleCollection()`](https://chugunov.pro/api-bitrix/sale/basketitem/createbundlecollection/)
- [`delete()`](https://chugunov.pro/api-bitrix/sale/basketitem/delete/)
- [`doFinalAction()`](https://chugunov.pro/api-bitrix/sale/basketitem/dofinalaction/)
- [`findItemByBasketCode()`](https://chugunov.pro/api-bitrix/sale/basketitem/finditembybasketcode/)
- [`findItemById()`](https://chugunov.pro/api-bitrix/sale/basketitem/finditembyid/)
- [`findItemByXmlId()`](https://chugunov.pro/api-bitrix/sale/basketitem/finditembyxmlid/)
- [`static formatQuantity()`](https://chugunov.pro/api-bitrix/sale/basketitem/formatquantity/)
- [`static getAllFields()`](https://chugunov.pro/api-bitrix/sale/basketitem/getallfields/)
- [`static getAvailableFields()`](https://chugunov.pro/api-bitrix/sale/basketitem/getavailablefields/)
- [`static getAvailableFieldsMap()`](https://chugunov.pro/api-bitrix/sale/basketitem/getavailablefieldsmap/)
- [`getBasePrice()`](https://chugunov.pro/api-bitrix/sale/basketitem/getbaseprice/)
- [`getBasePriceWithVat()`](https://chugunov.pro/api-bitrix/sale/basketitem/getbasepricewithvat/)
- [`getBasket()`](https://chugunov.pro/api-bitrix/sale/basketitem/getbasket/)
- [`getBasketCode()`](https://chugunov.pro/api-bitrix/sale/basketitem/getbasketcode/)
- [`getBundleBaseQuantity()`](https://chugunov.pro/api-bitrix/sale/basketitem/getbundlebasequantity/)
- [`getBundleCollection()`](https://chugunov.pro/api-bitrix/sale/basketitem/getbundlecollection/)
- [`static getCalculatedFields()`](https://chugunov.pro/api-bitrix/sale/basketitem/getcalculatedfields/)
- [`getCallbackFunction()`](https://chugunov.pro/api-bitrix/sale/basketitem/getcallbackfunction/)
- [`static getClassName()`](https://chugunov.pro/api-bitrix/sale/basketitem/getclassname/)
- [`getCollection()`](https://chugunov.pro/api-bitrix/sale/basketitem/getcollection/)
- [`getCurrency()`](https://chugunov.pro/api-bitrix/sale/basketitem/getcurrency/)
- [`static getCustomizableFields()`](https://chugunov.pro/api-bitrix/sale/basketitem/getcustomizablefields/)
- [`getDefaultPrice()`](https://chugunov.pro/api-bitrix/sale/basketitem/getdefaultprice/) (устаревший)
- [`getDiscountPrice()`](https://chugunov.pro/api-bitrix/sale/basketitem/getdiscountprice/)
- [`getField()`](https://chugunov.pro/api-bitrix/sale/basketitem/getfield/)
- [`static getFieldsDescription()`](https://chugunov.pro/api-bitrix/sale/basketitem/getfieldsdescription/)
- [`getFieldValues()`](https://chugunov.pro/api-bitrix/sale/basketitem/getfieldvalues/)
- [`getFinalPrice()`](https://chugunov.pro/api-bitrix/sale/basketitem/getfinalprice/)
- [`getFUserId()`](https://chugunov.pro/api-bitrix/sale/basketitem/getfuserid/)
- [`getId()`](https://chugunov.pro/api-bitrix/sale/basketitem/getid/)
- [`getInitialPrice()`](https://chugunov.pro/api-bitrix/sale/basketitem/getinitialprice/)
- [`getInternalIndex()`](https://chugunov.pro/api-bitrix/sale/basketitem/getinternalindex/)
- [`getMarkingCodeGroup()`](https://chugunov.pro/api-bitrix/sale/basketitem/getmarkingcodegroup/)
- [`getNotPurchasedQuantity()`](https://chugunov.pro/api-bitrix/sale/basketitem/getnotpurchasedquantity/)
- [`getParentBasketItem()`](https://chugunov.pro/api-bitrix/sale/basketitem/getparentbasketitem/)
- [`getParentBasketItemId()`](https://chugunov.pro/api-bitrix/sale/basketitem/getparentbasketitemid/)
- [`getPrice()`](https://chugunov.pro/api-bitrix/sale/basketitem/getprice/)
- [`getPriceWithVat()`](https://chugunov.pro/api-bitrix/sale/basketitem/getpricewithvat/)
- [`getProductId()`](https://chugunov.pro/api-bitrix/sale/basketitem/getproductid/)
- [`getPropertyCollection()`](https://chugunov.pro/api-bitrix/sale/basketitem/getpropertycollection/)
- [`getProvider()`](https://chugunov.pro/api-bitrix/sale/basketitem/getprovider/)
- [`getProviderEntity()`](https://chugunov.pro/api-bitrix/sale/basketitem/getproviderentity/)
- [`getProviderName()`](https://chugunov.pro/api-bitrix/sale/basketitem/getprovidername/)
- [`getQuantity()`](https://chugunov.pro/api-bitrix/sale/basketitem/getquantity/)
- [`static getRegistryEntity()`](https://chugunov.pro/api-bitrix/sale/basketitem/getregistryentity/)
- [`static getRegistryType()`](https://chugunov.pro/api-bitrix/sale/basketitem/getregistrytype/)
- [`getReservedQuantity()`](https://chugunov.pro/api-bitrix/sale/basketitem/getreservedquantity/)
- [`getReserveQuantityCollection()`](https://chugunov.pro/api-bitrix/sale/basketitem/getreservequantitycollection/)
- [`static getSettableFields()`](https://chugunov.pro/api-bitrix/sale/basketitem/getsettablefields/)
- [`static getSettableFieldsMap()`](https://chugunov.pro/api-bitrix/sale/basketitem/getsettablefieldsmap/)
- [`getVat()`](https://chugunov.pro/api-bitrix/sale/basketitem/getvat/)
- [`getVatRate()`](https://chugunov.pro/api-bitrix/sale/basketitem/getvatrate/)
- [`getVatUnit()`](https://chugunov.pro/api-bitrix/sale/basketitem/getvatunit/)
- [`getWeight()`](https://chugunov.pro/api-bitrix/sale/basketitem/getweight/)
- [`hasMeaningfulField()`](https://chugunov.pro/api-bitrix/sale/basketitem/hasmeaningfulfield/)
- [`initFields()`](https://chugunov.pro/api-bitrix/sale/basketitem/initfields/)
- [`isBarcodeMulti()`](https://chugunov.pro/api-bitrix/sale/basketitem/isbarcodemulti/)
- [`isBundleChild()`](https://chugunov.pro/api-bitrix/sale/basketitem/isbundlechild/)
- [`isBundleParent()`](https://chugunov.pro/api-bitrix/sale/basketitem/isbundleparent/)
- [`isChanged()`](https://chugunov.pro/api-bitrix/sale/basketitem/ischanged/)
- [`isClone()`](https://chugunov.pro/api-bitrix/sale/basketitem/isclone/)
- [`isCustom()`](https://chugunov.pro/api-bitrix/sale/basketitem/iscustom/)
- [`isCustomPrice()`](https://chugunov.pro/api-bitrix/sale/basketitem/iscustomprice/)
- [`isDelay()`](https://chugunov.pro/api-bitrix/sale/basketitem/isdelay/)
- [`isExistPropertyCollection()`](https://chugunov.pro/api-bitrix/sale/basketitem/isexistpropertycollection/)
- [`isMarkedFieldCustom()`](https://chugunov.pro/api-bitrix/sale/basketitem/ismarkedfieldcustom/)
- [`isMathActionOnly()`](https://chugunov.pro/api-bitrix/sale/basketitem/ismathactiononly/)
- [`isReservableItem()`](https://chugunov.pro/api-bitrix/sale/basketitem/isreservableitem/)
- [`isService()`](https://chugunov.pro/api-bitrix/sale/basketitem/isservice/)
- [`isStartField()`](https://chugunov.pro/api-bitrix/sale/basketitem/isstartfield/)
- [`isSupportedMarkingCode()`](https://chugunov.pro/api-bitrix/sale/basketitem/issupportedmarkingcode/)
- [`isVatInPrice()`](https://chugunov.pro/api-bitrix/sale/basketitem/isvatinprice/)
- [`static load()`](https://chugunov.pro/api-bitrix/sale/basketitem/load/)
- [`markFieldCustom()`](https://chugunov.pro/api-bitrix/sale/basketitem/markfieldcustom/)
- [`save()`](https://chugunov.pro/api-bitrix/sale/basketitem/save/)
- [`setCollection()`](https://chugunov.pro/api-bitrix/sale/basketitem/setcollection/)
- [`setField()`](https://chugunov.pro/api-bitrix/sale/basketitem/setfield/)
- [`setFields()`](https://chugunov.pro/api-bitrix/sale/basketitem/setfields/)
- [`setMathActionOnly()`](https://chugunov.pro/api-bitrix/sale/basketitem/setmathactiononly/)
- [`setOrderId()`](https://chugunov.pro/api-bitrix/sale/basketitem/setorderid/)
- [`setPrice()`](https://chugunov.pro/api-bitrix/sale/basketitem/setprice/)
- [`toArray()`](https://chugunov.pro/api-bitrix/sale/basketitem/toarray/)
- [`unmarkFieldCustom()`](https://chugunov.pro/api-bitrix/sale/basketitem/unmarkfieldcustom/)
- [`verify()`](https://chugunov.pro/api-bitrix/sale/basketitem/verify/)

Оригинал в официальной документации: https://docs.1c-bitrix.ru/api/classes/Bitrix-Sale-BasketItem.html
