I’m reading the documentation of bulk operation query https://shopify.dev/api/usage/bulk-operations/queries
In the section of Download result data, there is a section that say that the order of each connection type is preserved
In the JSONL results, each product object is followed by each of its variant objects on a new line. The order of each connection type is preserved and all nested connections appear after their parents in the file.
then the section below have a note that say: avoid relying on a particular sequence of lines and object order
The GraphQL Admin API doesn’t serially process the contents of the JSONL file. Avoid relying on a particular sequence of lines and object order to achieve a desired result.
I’m not sure if I can trust the order or not?