# Functions
Delete a product.
Retrieves the details of an existing product.
Returns a list of your products.
Creates a new product object.
Search for products you've previously created using Stripe's [Search Query Language](https://stripe.com/docs/search#search-query-language).
Updates the specific product by setting the values of the parameters passed.
# Structs
Client is used to invoke /products APIs.
Iter is an iterator for products.
SearchIter is an iterator for products.