#smed_best-practices

1 messages ¡ Page 1 of 1 (latest)

jaunty ferryBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1301213326432272436

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

wispy patio
#

Hello! The idea is that Products represent things people buy, and Prices represent what people pay for those things. If you're selling the same thing at different prices, you should have a single Product with multiple Prices. If you're selling different things, you should have different Products.

wispy patio
#

Yes, with the list API you'd need to make two requests.

ebon ether
wispy patio
#

I would probably model that as two different Products, since Discord Nitro Basic isn't the same thing as Discord Nitro Premium. What the customer gets is different.

ebon ether
wispy patio
#

You need to configure the Portal to allow upgrades between those two Products.

ebon ether
#

oh i found it i was looking at the api instead of the dashboard , thanks for your help

wispy patio
#

No problem!