While to Update Cross Selling to Shopware6

I have integrated Odoo ERP system with Shopware6 and now I am getting the following error when try to update the Cross Selling from Odoo to Shopware6.

{„errors“:[{„status“:„500“,„code“:„FRAMEWORK__WRITE_TYPE_INTEND_ERROR“,„title“:„Internal Server Error“,„detail“:„Expected command for \u0022product_cross_selling\u0022 to be \u0022Shopware\Core\Framework\DataAbstractionLayer\Write\Command\UpdateCommand\u0022. (Got: Shopware\Core\Framework\DataAbstractionLayer\Write\Command\InsertCommand)“,„meta“:{„parameters“:{„definition“:„product_cross_selling“,„expectedClass“:„Shopware\Core\Framework\DataAbstractionLayer\Write\Command\UpdateCommand“,„actualClass“:„Shopware\Core\Framework\DataAbstractionLayer\Write\Command\InsertCommand“}}}]}

Anyone has solution please? What should I need to do to resolve the above things.