Hi guys,
I have a project where I have multiple Shops and I set multiple ExportOrder jobs using OrderProvider.
One of the jobs is supposed to export only not exported order. It is set like this:
And inside the mapping, it is set to filter by shop:
This all works well, we get the order we were supposed to get.
However, another export, for another shop, using the same Orderprovider but without any filters, only gets the output of the above (filtered) Export job. meaning only SHOP35.
This export is only exporting the OrderLines.
The Orderlines schema does not include a ShopId.
Why do we have this interference? Is it a bug or a misconfiguration?
Thank you,
Adrian