-
How to run swagger URL for US locale
By Default Swagger is running for DE locale, how can we run it to US locale
-
Backen API - invalid or missing data format.
Hi, when try to use any endpoint with id with method PUT or PATH then I get response: [ { "code": "1301", "status": 400, "message": "Invalid or missing data format. Please ensure that the data is provided in the correct format. Example request body: {'data':[{...},{...},..]}" }] Example endpoint:…
-
Backend API invalid_client error when try to get token
Hi, I've just follow with doc to get access token as a backoffice user. Body: x-www-form-urlencoded: grant_type=password username=admin@spryker.com password=change123 POST https://glue-backend.de.spryker.local/token/ I get response: [ { "code": "invalid_client", "status": 400, "message": "Client authentication failed" }].…
-
Where to implement data exchange API for third-party data fetching and storage?
Hello everyone, I'm looking to utilize a data exchange API to retrieve information from a third-party service and subsequently store it in the database through the data exchange API. I'm wondering where I should implement the logic for this process. Is there a specific directory in Spryker where I can write this logic, or…
-
Backend api
Hi guys, I have cloned 202311.0 b2b marketplace and i was trying to access http://glue-backend.de.spryker.local/ http://backend-api.de.spryker.local/ and i have checked the modules all the modules are there and all the glue related commands are working but my api endpoint is not working the backend api route is showing no…
-
How to create backend api for backoffice portal?
Hello Everyone, Can you please tell me how to create backend api for backoffice portal? And For this I already tried this documentation link - Please Suggest me