Lifka
AAlokai
•Created by Lifka on 11/20/2023 in #🙋|general-help
API Logger
Hello !
I'm using the Magento middleware and I would like to log all requests from the middleware to Magento. I tried using 'express-requests-logger' but nothing is logging when using
app.use(audit())
. Do you know how I can achieve that ?4 replies
AAlokai
•Created by Lifka on 11/20/2023 in #🙋|general-help
Set Store using Magento sdk
Hello 🙂
I’m developing a storefront using Magento sdk and a fresh Nuxt 3 apps. I didn’t find how to set the store code to make calls to Magento ? For example when I do a simple: await shopSdk.magento.products({}) it only returns product from en_US store. How can I switch to get product from fr_FR or de_DE ?
Thanks a lot !
3 replies