Action: Create a Product
Stripe Operation

The Create a Product action enables users to create a Product in Stripe.
Example User Story
I want to create a product in Stripe which corresponds to a product on my website, so that users can purchase what they see on my website.
Fields
Field Name
Field Type
Required
name
String
Yes
description
String
No
id
String
No
active
Boolean
No
metadata
Map
No
Related Connections
Related Automations
Example link
Code (Apache v2.0): Operation
Last updated