Passing form inputted string to an entity’s attribute
I have a medusajs website and backend. I am trying to add a metadata entity to the cart entity, when the customer is checking out their cart they are supposed to input a string which gets saved to the cart object which then gets created into an order and passed to my backend. Per their documentation it should be done like this. I am fairly new to web development and having trouble completing such an easy task.