Here’s my use case:
- Let’s say a user adds 4 products like (t-shirts) to the cart and places an order.
- By default, Shopify creates one single order with all 4 items.
- But what I want is: each product should become an individual order (4 separate orders).
- However, the user should still pay the total amount once.
The reason: If the customer cancels one t-shirt, only that item/order should be canceled and refunded, not the entire order.
Can I achieve it?