#Dooing-product-metadata
1 messages · Page 1 of 1 (latest)
Hello 👋
You can retrieve the product in order to look at metadata
https://stripe.com/docs/api/products/retrieve?lang=java
I'm not sure what you mean by "ordinal" exactly
each stripe product "ordinal" for the ordinal of the product.
I mean an extra meta field that I will read in my own backend logic
just to clarify, you're setting the extra field on the metadata property, correct?
I found it.. there can be a meta data map for each thing in stripe, it seems. But now I have a different problem... there are products and prices.. but I think I remember I was told products are rather a thing from the past, and what I want is a price? So I need to retrieve all prices in this case I guess...
and read each meta data entry there.. but.. how to retrieve "all" prices rather then one specific one?
do you mean all prices for a specific product?
Products are crucial and canonical, not a "thing of the past". What's a thing of the past is the Plan API which was replaces by Products
And our API has a list API for most resources: https://stripe.com/docs/api/prices/list