How to use rules to create content from line_items lineitems on payment
My project is to generate content (nodes) based on the selected line items when payment completes.
So basically a rule triggered by the payment received which would scan the order by lineitem looking for selected SKUs, and on detecting eligible SKUs generate a node. (My customers are buying a type of ticket in bundles of 1 three and six, so look for ticket sales and then generate the tickets).
Any advice, pointers, examples will be gratefully received.