#cf-retrieve-prices

1 messages ยท Page 1 of 1 (latest)

astral pond
placid beacon
#

And because I'm an idiot I meant products and not prices ๐Ÿคฆโ€โ™‚๏ธ Sorry about that.

#

But yeah, I would assume the active parameter wouldn't default to anything.

astral pond
#

do you have a request ID by any chance for your livemode request? I can take a quick look

#

So I just ran a quick test on my end and it does list archived products in livemode.

placid beacon
#

I'll get the request id. Just gotta dig a bit.

astral pond
#

not a problem ๐Ÿ™‚

placid beacon
#

Sorry for the delay. Here you go: req_grmLladPBtALzh

astral pond
#

can you also share the screenshot of the result?
Or you can also just paste the result object here

#

Also, the request that you've shared seems to be retrieving a specific product.
Are you saying you're seeing archived prices on a product in testmode and not in livemode?

placid beacon
#

We should just be retrieving a list of products and not individual ones. I'll just check internally real quick.

placid beacon
#

Wrong ID ๐Ÿคฆโ€โ™‚๏ธ
Here you go: req_uecDdIa6Si9ert

#

So I have a bit more context now. We see the archived products referenced in other objects, but when we go the archived products overview in the UI, nothing shows up. So somethings up not necessarily with the API call, but more on the Stripe backend.

astral pond
#

Interesting.

We see the archived products referenced in other objects
What objects specifically?

#

when we go the archived products overview in the UI, nothing shows up. So somethings up not necessarily with the API call, but more on the Stripe backend.
Can you confirm if you have any archived products in livemode because I don't see any? I see many in testmode.

Can you double check that livemode/testmode things are not getting mixed anywhere?

wanton pagoda
#

What objects specifically? its subscription_items.price.product

copper smelt
#

Hello, how are you related to the originator of this thread?

wanton pagoda
#

Hi, were colleagues, both investigating this case.

copper smelt
#

Okay so to start with, you have no archived products in Livemode. Since the request was made with a live key, we would expect it to return no results for archived products.

wanton pagoda
#

Just to clarify, archived means products with active=false property?