array.find(item => item.articulus === '01-02-01')
foreach ( $items as $key => $item ) {
foreach ( $items2 as $key2 => $item2 ) {
$array['receipt']['items'][] = [
"description" => "Наименование товара" . $item,
"quantity" => "2.00",
"amount" => array(
"value" => $item2.".00",
"currency" => "RUB"
),
"vat_code" => "2",
"payment_mode" => "full_prepayment",
"payment_subject" => "commodity"
];
}
}