PATCH
/
products
/
{id}
{
  "name": "Platform Fee",
  "sku":"PLATFORM_FEE",
  "description": "Monthly cost for accounting reconciliation software",
  "feeType": "fixed",
  "paymentTerms": "arrears",
  "billingFrequency": "recurring"
}

{
  "name": "<string>",
  "description": "<string>",
  "sku": "<string>",
  "billingFrequency": "<string>",
  "metricIds": {},
  "createdAt": "<string>",
  "updatedAt": "<string>"
}
You can update product name, billing metric, description, SKU, Metric ID.
{
  "name": "Platform Fee",
  "sku":"PLATFORM_FEE",
  "description": "Monthly cost for accounting reconciliation software",
  "feeType": "fixed",
  "paymentTerms": "arrears",
  "billingFrequency": "recurring"
}

name
string
The name of the product.
description
string
A brief description of the product.
sku
string
A product code used in external ERP solutions of revenue recognition.
billingFrequency
string
The frequency at which the product is billed, e.g., recurring.
metricIds
[]string
The identifiers for the associated metrics. This field is applicable for metered products.
createdAt
date
The timestamp when the product was created.
updatedAt
date
The timestamp when the product was last updated.