File name: products.csv.zstd
.
The products export contains all the products in Beat’s database.
Field | Data type | Description |
---|---|---|
product_id |
string | The product ID. |
name |
string | The name of the product. |
description |
string | A description of the product. |
is_visible |
boolean | True if the product is exposed by the API in product listings. Not that invisible products can still have subscribers. |
current_price |
integer | The price of the product, in the lowest possible monetary unit for the currency (e.g. for USD this would be cents). |
current_price_currency |
string | ISO code for the currency (e.g. USD ). |
stripe_price_id |
string | Price identifier used for Stripe. |
renewal_interval_length |
integer | The number of units a renewal will run for. |
renewal_interval_unit |
string, one of WEEK , MONTH , YEAR , DAY |
The unit for renewal_interval_length |
trial_length |
integer | The number of units a trial lasts. |
trial_unit |
string, one of WEEK , MONTH , YEAR , DAY |
The unit for trial_length . |