#rossano
1 messages · Page 1 of 1 (latest)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Or https://stripe.com/docs/api/products/list for all products
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok, I've tried theses. But let me show you what I want to list and I can't find how in the docs
It is in portuguese but I think in english would be something like list of attributes, right next to the metadata field
the '70000 creditos' part
if I try something like const product = await stripe.products.retrieve('prod_123');
const attributes = product.attributes;
the attributes is always an empty array
Can you share the product id in here so I can look?
Oh that feature is just for the pricing table
That's not retrievable by the api currently
Ok thanks