For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Stripe

Example link

Code (Apache v2.0): Operation

Last updated