-
How to retrieve the checkout summary "/checkout/summary" via glue
I'm trying to find a way how to get the cart summary overview "/checkout/summary" via glue. Art their any endpoints?
-
Can I remove the id/variable between parent and child Glue route URL?
After following the tutorial above, I get the following URL for my child resource: https://glue-storefront.mysprykershop.com/module/1/bar. is there a way to remove /1/ from the URL? Ideally, the url should be …/module/bar/…
-
Why my Glue Backend API endpoint does not require authentication?
In my resource, I have set the IsProtected as true for this particular method but the endpoint still works without authentication. Can someone please advise? Here is how I have set it: public function getDeclaredMethods(): GlueResourceMethodCollectionTransfer { return (new GlueResourceMethodCollectionTransfer())->setGet(…
-
Exception with Glue Backend API Module
I followed this tutorial to create a backend resource for Glue Backend API. But I am getting this error. Can anyone please help me with what might be the problem? GLUE_BACKEND Exception Spryker\Shared\Kernel\Transfer\Exception\NullValueException - Property "application" of transfer…
-
How can i fetch set products using Glue API.
I want to fetch Product set using Glue API i din't find any Api for fetching Set product. How can i ?
-
Product set implementation in glue
Hello Team, I'm facing a challenge with using product sets in ReactJs as there is currently no API available in Glue. Has anyone successfully implemented product sets in Glue, or does anyone have insights on how to implement them? I'm struggling to find relevant logic and would appreciate any assistance. Thank you!
-
Swagger firstGlueEndpointMap
Hey there :) In our project we have installed the Glue Storefront next to the Glue and we have installed the Docu-generator. We now have the problem that we cannot adjust this Url. If we set the ENV variable for the new scheme of the storefront, the URL mentioned above is always displayed first with the old scheme. But as…
-
Delay with Glue API calls made from Oryx framework
Hello team, I've been trying to setup the demo Oryx frontend () in local. I am using the b2c demoshop glue api endpoint in my local. The API calls are always being so slow compared to the response time I got from the postman. Here is the Oryx response And here is the postman response time these screenshots are making the…
-
How can fetch Set products sets using CMS Page By Glue API.
I created a page cms page in backoffice in which in content i insert a content item as Product set basically add a product Set i this Now i am fetching that CMS using Glue API…
-
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…