• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipment.php
  • Класс: BitrixSaleShipment
  • Вызов: Shipment::getParametersForLoad
static function getParametersForLoad($id) : array
{
	return [
		'filter' => [
			'ORDER_ID' => $id
		],
		'order' => [
			'SYSTEM' => 'ASC',
			'DATE_INSERT' => 'ASC',
			'ID' => 'ASC'
		]
	];
}