POST
stripe_products_create.py
from charter.packs import stripe
result = await stripe.products_create.ainvoke({"name": ...})
Body
| Field | Type | Description |
|---|---|---|
description | string | Customer-facing description of the product. |
active | boolean | Whether the product can be bought. Absent, it can. |
images | string[] | Up to eight image URLs. max 8 items |
url | string | A public webpage for the product. |
metadata | map of string | Set of key-value pairs attached to the product. |
name * | string | The product’s name, shown to customers. |