-
Include custom API relation to Customer Rest API
We're working on headless approach and create custom API to subscribe/unsubscribe to newsletter, API is working fine, now we want to include newsletter status to customer Rest API, for that we've added to relationship dependency $resourceRelationshipCollection->addRelationship( CustomersRestApiConfig::RESOURCE_CUSTOMERS,…
-
Is there any API gateway available in Spryker Headless (between frontend and Spryker backend)
Hi, We are exploring Spryker headless (Oryx). While exploring we came across a query regarding the API Gateway. Is there any API gateway available between a api call from frontend(Oryx) to backend (Spryker Commerce)? Thanks Vikram
-
Dynamic Frontend Strategies for Yves?
Currently we work with a 'mostly vanilla' b2b setup, where Yves is rendering static content. We have a requirement to reduce the number of page loads in certain situations, having a more dynamic experience. We have some ideas, but I was wondering if the Herd had some suggestions, known-to-work patterns or just some…
-
Glue-Storefront custom routes
Hoi together 👋, We have created a custom route in the Glue storefront. e.g. (GET /dummy/foo). Now we would like to be able to pass on a parameter, but it doesn't seem to work that easily. e.g. (GET /dummy/foo/{id}). Hence the question: Where do I have to set this so that an ID is accepted at the end and no 404 appears?…