You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already normalize a lot of fields into models.Product, but a lot of shops have a lot of other fields exposing product details that can't be properly normalized but could be useful to users as well. We could add a properties attribute map[string]string to models.Product to store those.
The text was updated successfully, but these errors were encountered:
We already normalize a lot of fields into
models.Product
, but a lot of shops have a lot of other fields exposing product details that can't be properly normalized but could be useful to users as well. We could add aproperties
attributemap[string]string
tomodels.Product
to store those.The text was updated successfully, but these errors were encountered: