Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
The ID of the product. Used to identify the product in other API calls like checkout or update product.
The name of the product
Whether the product is an add-on. Add-on products can be attached multiple times and don't to through upgrade / downgrade flows.
Whether the product is the default product. Default products are enabled by default for new customers.
Product group which this product belongs to. Products within a group have upgrade / downgrade logic when the customer moves between them.
Archive this product using this flag. Archived products are hidden on the dashboard.
Free trial configuration for this product, if available
Response
The ID of the product you set when creating the product
The name of the product
Product group which this product belongs to
The environment of the product
sandbox, live Whether the product is an add-on and can be purchased alongside other products
Whether the product is the default product
Whether this product has been archived and is no longer available
The current version of the product
The timestamp of when the product was created in milliseconds since epoch
Array of product items that define the product's features and pricing
Free trial configuration for this product, if available
ID of the base variant this product is derived from
Scenario for when this product is used in attach flows
scheduled, active, new, renew, upgrade, downgrade, cancel, expired, past_due 
