Internal Server Error Bulk Operation orders

Hey @Janne_S , let’s look in to this. If you run a bulk query for just the suspected troublesome product, do you get an error as well (to narrow down the error to that order)?

If so, how many line items are on the order?

Also, taking another closer look at @Noe_Morvillers initial query I see a possible issue. That request includes agreements connection, which does not currently implement a node interface: SalesAgreement - GraphQL Admin

This is a limitation of bulk queries:

  • Connections must implement the Node interface

For agreements, while it is a restriction, it may still work up until pagination needs to happen, which could be what’s happening here.

If you’re using the agreements connection, test removing that to confirm.