#Danniish
1 messages · Page 1 of 1 (latest)
Hi there. What are you using to track SKUs right now?
(Wrist bands of different size and colors )... We just have migrated to stripe and we are in the building phase of getting our things to stripe and right now Shopify is taking care of these things.
I see. Stripe used to have SKUs, but that was deprecated in favor of Prices and Products. sku and attribute_values are currently being built and will likely be available in the coming months (see here: https://stripe.com/docs/api/products/object?event_types-payment_intent.payment_failed#product_object-sku and here: https://stripe.com/docs/api/products/object?event_types-payment_intent.payment_failed#product_object-attribute_values)
If you need an immediate solution, I'd suggest using metadata to track SKUs: https://stripe.com/docs/api/products/object?event_types-payment_intent.payment_failed#product_object-metadata
Thanks mate ... appreciate your effort 👍