# ShipmentItemTable

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

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

## Описание

Поля:

ID int обязательное

ORDER_DELIVERY_ID int обязательное

BASKET_ID int обязательное

QUANTITY unknown обязательное

RESERVED_QUANTITY unknown обязательное

PURCHASING_PRICE float обязательное

Исходный файл: `source/sale/lib/internals/shipmentitem.php:45`

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

- `EVENT_ON_ADD`
- `EVENT_ON_AFTER_ADD`
- `EVENT_ON_AFTER_DELETE`
- `EVENT_ON_AFTER_UPDATE`
- `EVENT_ON_BEFORE_ADD`
- `EVENT_ON_BEFORE_DELETE`
- `EVENT_ON_BEFORE_UPDATE`
- `EVENT_ON_DELETE`
- `EVENT_ON_UPDATE`

## Методы (52)

- [`static add()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/add/) — Добавляет строку в таблицу сущности
- [`static addMulti()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/addmulti/) — Добавляет несколько строк в таблицу сущности.
- [`static checkFields()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/checkfields/) — Проверяет поля данных перед сохранением в БД. Результат хранится в объекте $result
- [`static cleanCache()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/cleancache/) — Очищает кеш таблета после модификаций данных.
- [`static createCollection()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/createcollection/)
- [`static createObject()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/createobject/)
- [`static cryptoEnabled()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/cryptoenabled/) — Возвращает true, если для поля включено шифрование.
- [`static delete()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/delete/) — Удаляет строку в таблице сущности по первичному ключу
- [`static deleteWithItems()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/deletewithitems/)
- [`static enableCrypto()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/enablecrypto/) — Устанавливает флаг, указывающий на поддержку шифрования для поля.
- [`static getById()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/getbyid/) — Возвращает выборку по первичному ключу сущности
- [`static getByPrimary()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/getbyprimary/) — Возвращает выборку по первичному ключу сущности и необязательным параметрам для getList()
- [`static getCollectionClass()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/getcollectionclass/) — Возвращает класс коллекции объектов для текущей сущности.
- [`static getCollectionClassName()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/getcollectionclassname/) — Возвращает имя класса (без пространства имён) коллекции объектов для текущей сущности.
- [`static getCollectionParentClass()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/getcollectionparentclass/)
- [`static getConnectionName()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/getconnectionname/) — Возвращает имя соединения для сущности
- [`static getCount()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/getcount/) — Выполняет запрос COUNT к сущности и возвращает результат.
- [`static getEntity()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/getentity/) — Возвращает объект сущности
- [`static getEntityClass()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/getentityclass/)
- [`static getFilePath()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/getfilepath/) — Возвращает путь к файлу, содержащему определение класса.
- [`static getList()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/getlist/) — Выполняет запрос и возвращает выборку по параметрам запроса. Эта функция является псевдонимом для функций объекта Query
- [`static getMap()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/getmap/) — Возвращает описание карты сущности.
- [`static getObjectClass()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/getobjectclass/) — Возвращает класс объекта для текущей сущности.
- [`static getObjectClassName()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/getobjectclassname/) — Возвращает имя класса (без пространства имён) объекта для текущей сущности.
- [`static getObjectParentClass()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/getobjectparentclass/)
- [`static getQueryClass()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/getqueryclass/)
- [`static getRow()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/getrow/) — Возвращает одну строку (или null) по параметрам для getList()
- [`static getRowById()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/getrowbyid/) — Возвращает одну строку (или null) по первичному ключу сущности
- [`static getTableName()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/gettablename/) — Возвращает имя таблицы БД для сущности.
- [`static getTitle()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/gettitle/)
- [`static getUfId()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/getufid/)
- [`static isCacheable()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/iscacheable/) — Вы можете полностью отключить кеш для таблета.
- [`static isUtm()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/isutm/)
- [`static isUts()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/isuts/)
- [`static onAdd()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/onadd/)
- [`static onAfterAdd()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/onafteradd/)
- [`static onAfterDelete()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/onafterdelete/)
- [`static onAfterUpdate()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/onafterupdate/)
- [`static onBeforeAdd()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/onbeforeadd/)
- [`static onBeforeDelete()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/onbeforedelete/)
- [`static onBeforeUpdate()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/onbeforeupdate/)
- [`static onDelete()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/ondelete/)
- [`static onUpdate()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/onupdate/)
- [`static postInitialize()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/postinitialize/)
- [`static query()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/query/) — Создаёт и возвращает объект Query для сущности
- [`static setCurrentDeletingObject()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/setcurrentdeletingobject/)
- [`static setDefaultScope()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/setdefaultscope/)
- [`static unsetEntity()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/unsetentity/)
- [`static update()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/update/) — Обновляет строку в таблице сущности по первичному ключу
- [`static updateMulti()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/updatemulti/)
- [`static wakeUpCollection()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/wakeupcollection/)
- [`static wakeUpObject()`](https://chugunov.pro/api-bitrix/sale/internals/shipmentitemtable/wakeupobject/)

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