Skip to main content
GET
Retrieves a product by its ID.

Path Parameters

string
required
The ID of the product to retrieve.

Response

string
The ID of the product you set when creating the product.
string
The name of the product.
string
Product group which this product belongs to.
string
The environment of the product (sandbox or production).
boolean
Whether the product is an add-on and can be purchased alongside other products.
boolean
Whether the product is the default product.
boolean
Whether this product has been archived and is no longer available.
number
The current version of the product.
number
The timestamp of when the product was created in milliseconds since epoch.
array
Array of product items that define the product’s features and pricing.
object
Free trial configuration for this product, if available.
string
ID of the base variant this product is derived from.
enum
Scenario for when this product is used in attach flows.
  • new
  • upgrade
  • downgrade
  • crossgrade
object
Additional product properties.