Hello all,
I am in the process of writing an integration for creating return orders in shopware.
I am using the latest shopware version: 6.5.5.1. In addition, I have assigned all the permissoins, and have also already used the admin role for testing the API. But I cannot reach any of the many endpoints in any way I keep getting the following response:
{
"errors": [
{
"code": "0",
"status": "404",
"title": "Not Found",
"detail": "No route found for "GET https://shopware6.test/api/order-return""
}
]
}
Do you guys have any idea how this is possible. All other endpoints are reachable except the one from the order-returns.
Thanks for your help.