First search for your question or topic, or browse the discussions below
I'm trying to find a way how to get the cart summary overview "/checkout/summary" via glue. Art their any endpoints?
Hey guys! We are trying to use glue storefront api with customer session access but we are struggling with \Spryker\Glue\GlueStorefrontApiApplication\Application\GlueStorefrontApiApplication::setUpSession It looks like there is some workaround implemented to use…
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…
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?…