Hello I am designing a solution where customers can add multiple items (i.e. cleaning equipment like bleach, cloths etc) to an order and choose to pay for it on a recurring basis (weekly, monthly etc). I am returning to PayPal and noticed the Billing Agreement API which I would have used has been deprecated in favour of the new Subscriptions API. The issue I see is this doesn't seem to be quite a drop-in replacement. It appears I have to create a product, link it to a plan and then a subscription. How do I handle a recurring order containing multiple products? Do we have to just create multiple subscriptions? Thanks in advance for any advice you can give.
... View more