#pulley
1 messages · Page 1 of 1 (latest)
Hello! No, that's not correct. Products represent things people can buy, Prices represent what people pay for those things. If you have two different mugs you should have two different Products.
is there a way to categorize the products? So that when i pull it through laravel i can pull all the mugs?
You can add metadata to them: https://stripe.com/docs/api/products/create#create_product-metadata
And then you can search for Products with only the metadata you specify: https://stripe.com/docs/api/products/search
sweeeeet you rock! thanks for the quick reply. love you guys!