!!! note This post is a thought. It's a short note that I make about someone else's content online. Learn more about the process here

Here's my thought on 💭 Search | Stripe Documentation


Stripe has it's own query language for querying data. I'm just getting into using it and it seems pretty good so far. I needed to lookup the price for products. I was able to find prices for my product using the python api as shown below.


stripe.Price.search(query="active: 'true' and product: 'prod_P8SfwtxJ45cWE2'")

This post was a thought by Waylon Walker see all my thoughts at https://waylonwalker.com/thoughts