@stripe Maybe you guys can point me in the right direction. With the depreciation of the Orders API, I have absolutely no clue on how to add shipping costs (even just a flat rate) to the products I'm looking to sell using Stripe. Any suggestions?
If you're using Payment Intents, you can add it to the total and if you're using one-off invoices, you can add it as an invoice item. In Checkout, it can be added as a line item when creating the Session.