trieb-work / schemabase

The schemabase Integration framework to build custom data movers between different cloud services. Using BullMQ, Webhooks, Prisma Database and more
https://schemabase.app
MIT License
5 stars 2 forks source link

Saleor Package Create: turn logic around #364

Closed JannikZed closed 1 year ago

JannikZed commented 1 year ago

go through the orderslines and find matching packageLineItems, not the other way around. This is more efficient, as we can only fulfil, what we have in Saleor as orderline. The other way around is not working well for packages with exploded bundle products etc.