Yeah, this can be done in two ways.
- Have a flow with a webhook, then a lookup that gets all the pages you need; then the result maps all the looked-up data to the source record. You’d have an issue if your entire result set (looked up + initial webhook payload) exceeds 5 MB. You could get further by using transformations to drop fields you don’t need and only keep essential data, but you’d eventually hit some limit there as well.
- Alternatively, you can do this: Shopify Payout Transactions: response stream exceeded limit of 5242880 bytes - #2 by tylerlamparter