in orderservice/src/index.js [89:95]
await addItemSync({
"user_id": req.user_id,
"item": {
"product_id": item.id,
"quantity": item.quantity
}
})