So I havent been in website building for about 5 years. wow has things changed. None of the things I want to do (that I did with 7) work anymore. Modules are outdated. What happened? Drupal was the best , thats why I came back, but now I'm struggling to get what I used to have. it should have evolved by now. just to get a commerce running is nuts compared to the old Ubertcart. One stop shop for forums and chats that mimic social media sites are now insane. am I missing something here? Did all the devs go away? I dont get it.
I have tried to create a custom post rest resource.
When I tried to request with postman but I am getting below error.
RuntimeException: Callable "Drupal\custom_resource\Plugin\rest\resource\CustomPrr::post" requires a value for the "$node_type" argument. in Drupal\Component\Utility\ArgumentsResolver->handleUnresolvedArgument() (line 143 of /var/www/html/web/core/lib/Drupal/Component/Utility/ArgumentsResolver.php).
I want to implement a shipping policy that sets a default Flat / Free shipping rate for the globe, then individual Flat / Free shipping rates by country based on the order value.
Here's what I want the admin interface to look like, if it were a custom module: