curl --request DELETE \
--url https://storekit.samarthh.me/v1/store/{storeId}/order/{orderId}Cancel an existing order. Requires store user authentication. Note: This is a simulated cancellation - in a real implementation, you would check order status, process refunds, etc.
curl --request DELETE \
--url https://storekit.samarthh.me/v1/store/{storeId}/order/{orderId}