Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

It seems that SKUs have been deprecated - can this support Prices instead? #155

Open
spsaucier-bakkt opened this issue Oct 16, 2020 · 5 comments

Comments

@spsaucier-bakkt
Copy link

Feature request

Is your feature request related to a problem? Please describe.

Stripe support told me that SKUs are from an older version of the API and are not really supported anymore -- they prefer to use various Prices instead.

Describe the solution you'd like

Ideally, this demo would come with Prices supported out of the box.

@bastien70
Copy link

I literally just spent 1 week working on the implementation of Products, Sku, and Order, before realizing that Sku and Order were deprecated ...

I don't understand why it is. This is stupid because now we have to create as many product + price as sku.

If we had a product with 10 sku object, we now need to create 10 products each with a Price object. And so we can no longer even manage the stocks, product dimensions, etc.

It's a shame ... and they should indicate it more clearly on Stripe, I wasted a lot of time for nothing

@spsaucier-bakkt
Copy link
Author

I did the same thing, @bastien70. 🤦 These demos from the official Stripe Github need to be clearly marked *DEPRECATED*.

@bastien70
Copy link

@spsaucier-bakkt It's really annoying ...
So how did you proceed on your side?

Did you keep the SKU objects?

Or have you replaced SKU objects with products?

@spsaucier-bakkt
Copy link
Author

I ditched SKUs in favor of a bunch of products + prices.

@gabeirigo
Copy link

How can we use price object to manager sku? Because this object don`t have attr props for example

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants