#lelli_api

1 messages ยท Page 1 of 1 (latest)

rough nebulaBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1247288801198604421

๐Ÿ“ Have more to share? Add details, code, screenshots, videos, etc. below.

unkempt thistle
#

Do you know when the last time you added a SKU was? I know that SKUs were a part of one of our legacy APIs but we are less familiar with dashboard changes on this server

rough nebulaBOT
sterile gust
#

seems like it's just completely gone

#

and there's no way to duplicate an old listing that has the field

#

Even though this is the banner when I open my product page

#

Products are now more flexible and easier to use
Using the new Prices API, you can create products with one-time and recurring prices that are compatible with Checkout, invoices, and subscriptions. The updated experience works with your existing integration and seamlessly supports plans and SKU creation.

#

"SKU creation"

tribal falcon
#

๐Ÿ‘‹ Taking over for my teammate

tribal falcon
sterile gust
#

Yes

#

The last time it worked and had a SKU field was a product I created Aug. 2023

tribal falcon
#

Do you have an example product that you were able to add a SKU value to? Also, can you provide more context on what a "SKU" property would help you solve? I ask in case you can achieve the same thing by using metadata

sterile gust
#

this is one that i'm trying to create

tribal falcon
#

Do you have the ID of a Product you were able to create and add a SKU to? The one from Aug 2023 perhaps

sterile gust
#

My CMS page looks like this

#

last one that worked looks like this

tribal falcon
#

Could you copy the ID that begins with prod_ and paste it here?

#

It's in the top right of the screenshot you shared

sterile gust
#

prod_OP22apGJVt1DVz

tribal falcon
#

I got it, no worries. I kept confusing O and 0 (zero)

#

Which CMS are you using?

sterile gust
#

netlify

tribal falcon
#

And the reason you're trying to add a "SKU" when creating a product on the Stripe Dashboard is because Netlify requires a SKU?

sterile gust
#

yes, for checkout

#

at least the way this cms was set up

#

i wasn't the one that made my site

tribal falcon
#

Gotcha. SKUs were originally part of some legacy endpoints but have been officially deprecated for a few years now. It may have been possible to create these in the Dashboard last year but we're moving towards using Products and Prices (instead of Plans, SKUs, Orders, etc.). As such, we wouldn't expect any CMS to integrate with/require the use of SKUs. I recommend working with Netlify directly on this or using a newer CMS platform that does not use SKUs

sterile gust
#

ok

#

do payment links function the same way that sku's did?

tribal falcon
#

Not exactly, they're two different things altogether. PaymentLinks are used to charge customers for a specific product + price (or set of products + prices), while SKUs are legacy ways to identify a price

sterile gust
#

ok, i'll work with my friend who made the CMS

#

thanks!