How to feed a list of post IDs into the post grid module

Is there a way to pass into a Posts Grid module a list of post IDs to include in the grid?

Use case: I’m trying to put into a post grid all of a customer’s Woocommerce purchased products. I don’t know of any way of extracting that from Woo directly so I thought I would loop through all of the customer’s orders and extract the ones I want to display (e.g. those that are not refunded.) Then I would like to pass those post IDs to the BB Posts Grid module and have only those displayed in the grid.

Any ideas on how this can be accomplished?

Thanks,
-Norm