Relative Content

Tag Archive for javascripthtmlnode.jstypescriptforms

How to pass form data input into an entity’s metadata in medusajs project

I have a medusajs ecommerce project and trying to send a simple customer-inputted string from my frontend to my backend where it can be displayed on my admin dashboard for every order I receive. A way to do that they said was to add a property to the metadata object, which every entity has. The other way was to extend an entity/validator/use migration files etc but this was the simplest only other way.