var sync1 = $("#sync1");
var sync2 = $("#sync2");
console.log(sync1);
console.log(sync2);
...
$('.goods-out').html(out);
...(вызов функции инициализации owl)
{
1: {
id: 1,
count: 1,
amount: 100
},
2: {
id: 2,
count: 52,
amount: 1200
}
}