Docs
You need to determine which Product Catalog version (Legacy, Coexistence Mode, or Latest Product Catalog) your Chargebee site is using.
Go to Product Catalog in the left navigation.
To distinguish between Coexistence Mode and Latest Product Catalog only, use the configurations API:
Request:
GET https://{site}.chargebee.com/api/v2/configurations
Response:
See the full response in the API docs: Configurations API.
Attributes:
| Name | Description |
|---|---|
domain | STRING
The Chargebee "site" for which the information has been requested. It is the same as the value of {site} provided as a path parameter. |
product_catalog_version | ENUM The Product Catalog version of the site. Possible values are
|
chargebee_response_schema_type | ENUM
Indicates the response schema type used by the site. Use this value to determine whether your site is on Latest Product Catalog ( |
Show more
Was this article helpful?