• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/shipmentpropertyvalue.php
  • Класс: BitrixSaleShipmentPropertyValue
  • Вызов: ShipmentPropertyValue::extractTpLandingIdList
static function extractTpLandingIdList(Entity $entity) : array
{
	if (!$entity instanceof Shipment)
	{
		return [];
	}

	return $entity->getOrder()->getTradeBindingCollection()->getTradingPlatformIdList();
}