Skip to main content
Version: Streamsheets 3.0

STRIPE.PRODUCT.GET

Premium

Retrieves information for a specified product.

Syntax

=STRIPE.PRODUCT.GET(ProductID, [ResponseTarget])

Arguments

NameTypeDescription
ProductIDStringThe unique ID of the product to retrieve.
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.GET("prod_MhD1djepQmTqfQ")
JSONRetrieves detailed information for product with id "prod_MhD1djepQmTqfQ".