Logesh Dinakaran
Logesh Dinakaran
@gauravkrp cc: @stafyniaksacha For the below payload, ``` const productsList = await swell.products.list({ $filters: { // depth=1 featured_products: 'yes', // depth=2 }, }); ``` I noticed that `$filters` field wasn't...
@gauravkrp Hope this answers your question. If not, please reply to this thread and I am happy to answer you. https://community.swell.is/discussion/638/can-i-use-swell-apis-directly-on-frontend-im-getting-cors-error
@gauravkrp cc: @stafyniaksacha This issue is fixed in `v3.17.6`
@greph Your thoughts on this?
@olegkorol Very sorry for the inconvenience. I could also reproduce this issue and I see a CORS error on `setItems` method with item details present in it. I raised a...
From my understanding, the issue is PUT method on the cart items API is not updating metadata values correctly for the second cart item. > the payload is sent using...
Can you try passing the request payload as follows for the PUT method? ```json { "$set": { "metadata": { "sizes": [] } } } ``` It is not highly recommended...
Sorry, I was wrong with the request payload structure as I didn't notice that it's a frontend API. Can you try passing the request payload as follows? ```json { "metadata":...
I am investigating this issue and will help you with the examples of adding and removing items from the `metadata` list field.
I can also reproduce this issue in my store and I can confirm that it is a bug. We'll take a deeper look at this issue and get back to...