Response
The unique identifier for the product.
A brief description of the product.
A product code used in external ERP solutions of revenue recognition.
The fee type of the product, indicating whether the cost is fixed or based on
usage (metered).
The payment terms for the product, such as arrears.
The frequency at which the product is billed, e.g., recurring.
The identifiers for the associated metrics. This field is applicable for
metered products.
The timestamp when the product was created.
The timestamp when the product was last updated.
{
"products": [
{
"id": "prod_02zBTaXIplpzpaI6CggiUA",
"name": "Platform Fee",
"description": "Monthly cost for accounting reconciliation software",
"feeType": "fixed",
"paymentTerms": "arrears",
"billingFrequency": "recurring",
"createdAt": "2025-02-24T11:50:06Z",
"updatedAt": "2025-02-24T11:50:06Z"
},
{
"id": "prod_02zBU4lgiRfwjkrCQtYTUI",
"name": "User Seast",
"description": "Number of User Seats",
"feeType": "metered",
"paymentTerms": "arrears",
"billingFrequency": "recurring",
"metricIds": ["mtr_02zBU3PJ3hJurtFSxDD3Ol"],
"createdAt": "2025-02-24T12:09:59Z",
"updatedAt": "2025-02-24T12:09:59Z"
}
]
}