Skip to main content
Version: Streamsheets 3.0

STRIPE.PRODUCT.GETALL

Premium

Retrieves a sorted list of registered products, with most recent product first.

Syntax

=STRIPE.PRODUCT.GETALL([Active], [Limit], [Options], [ResponseTarget])

Arguments

NameTypeDescription
Active (optional)BooleanFilter products by their active state.
Limit (optional)NumberLimit the number of returned customers. Limit can range between 1 and 100. Defaults to 10.
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.GETALL(FALSE,3)
JSONRetrieves a list of all inactive products. Returned list is limited to 3.