Kelvin Mugendi

Results 8 comments of Kelvin Mugendi

Yes this is happening here too, `products` is not retrieved by default. Adding `expand=products` throws the error `Requested fields [products] are not valid` for this call `/admin/product-categories?expand=products` and `/admin/product-categories/id?expand=products` Adding...

Also do you have the `mpath` field returned? The docs [https://docs.medusajs.com/modules/products/categories#productcategory-entity-overview](url) say it is one of the important fields but I don't see it in response

Encountered the same issue. Had to manually do a db query each time to set the `cart_id` on the `payment_session` table right before confirming payment. This way, the cart_id is...

Adding `store` field entirely works, i.e no error. But we would not want to add it entirely, as a security precaution. We would like only certain fields e.g `store_handle, logo`...

Will be live in the next version right? @adrien2p

@ishaqkhattana did you find a solution to this (401 unauthorized response)

@zajacjakub did you find a better way to handle this. Experiencing the same

This package is not actively maintained. It auto-closes issues and PRs after a particular set time