взять то, что выдал Nuxt и запрашивать у bitrix json - ы
'NAMES_RU' => array( // определяем новую сущность
'data_type' => \Bitrix\Sale\Location\Name\LocationTable::class,
'reference' => array(
'=this.ID' => 'ref.LOCATION_ID',
'=ref.LANGUAGE_ID' => new \Bitrix\Main\DB\SqlExpression('?', 'ru')
),
'join_type' => "left"
)
100021 1 37263/udp
Это точно.