#nate.oo

1 messages · Page 1 of 1 (latest)

flint sealBOT
thorn obsidian
#

There isn't really a great built-in way to do that with Stripe now since we don't have any concept of "Categories"

#

It would really be up to you to organize them in a way that works for your integration - you could try leveraging metadata to help

ivory pelican
#

Thanks @thorn obsidian . Is that the most common way you see people do it? A metadata key like 'category'?

thorn obsidian
#

Yeah that would work - a more heavyweight solution would be to have your own database to handle your product catalog

ivory pelican
#

In your experience, the people who do that, do they add say a category column to their Products table in that database or do you see them more so create a separate dedicated Categories table that has a relationship to the Products table?

thorn obsidian
#

Well I haven't seen most people actually need categories - but I would say it's fairly common to add metadata to products

ivory pelican
#

Thanks @thorn obsidian . Appreciate your time

thorn obsidian
#

👍