Hello,
I am going to use strapi as the backend for ecommerce site. May I ask what is the best to handle shipping cost? Currently I have the order collection type which includes address component, order details component, tracking component and also status and payment fields. The shipping cost shall vary on countries and the amount of items purchased (in my case).
I don’t want to handle that in the frontend because it will be hard to modify.
Best