Skip to main content
Version: Streamsheets 3.0

STRIPE.PRODUCT.CREATE

Premium

Creates a new product.

Syntax

=STRIPE.PRODUCT.CREATE(Name, [Description], [Active], [Options], [ResponseTarget])

Arguments

NameTypeDescription
NameStringName of the product to create.
Description (optional)StringOptional product description.
Active (optional)BooleanIs the product currently available for purchase. Defaults to true.
Options (optional)JSONJSON which defines additional options as key value pairs. See Stripe API for supported options and their values.
ResponseTarget (optional)TargetSpecify inbox, outbox, cell or cell-range to write any response to

Return

TypeDescription
Boolean,Result,ErrorRequest result if no target is specified otherwise TRUE. In case of an error the corresponding error-code is returned.

Examples

FormulaResultComment
=STRIPE.PRODUCT.CREATE("Gold Special")
JSONCreates a new product.