Stripe Products API — Products
Stripe Products API — Products. 6 operations. Lead operation: Products. Self-contained Naftiko capability covering one Stripe business surface.
What You Can Do
Returns a list of your products. The products are returned sorted by creation date, with the most recently created products appearing first.
Creates a new product object.
Search for products you’ve previously created using Stripe’s Search Query Language.
Delete a product. Deleting a product is only possible if it has no prices associated with it. Additionally, deleting a product with type=good is only possible if it has no SKUs associated with it.
Retrieves the details of an existing product. Supply the unique product ID from either a product creation request or the product list, and Stripe will return the corresponding product information.
Updates the specific product by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
MCP Tools
p-returns-list-your-products-products
Returns a list of your products. The products are returned sorted by creation date, with the most recently created products appearing first.
p-creates-new-product-object-p
Creates a new product object.
p-search-products-you-ve-previously-created
Search for products you’ve previously created using Stripe’s Search Query Language.
p-delete-product-deleting-product-is
Delete a product. Deleting a product is only possible if it has no prices associated with it. Additionally, deleting a product with type=good is only possible if it has no SKUs associated with it.
p-retrieves-details-existing-product-supply
Retrieves the details of an existing product. Supply the unique product ID from either a product creation request or the product list, and Stripe will return the corresponding product information.
p-updates-specific-product-setting-values
Updates the specific product by setting the values of the parameters passed. Any parameters not provided will be left unchanged.