How can I check which Product Catalog version my site is using?
Problem Statement
You need to determine which Product Catalog version (Legacy, Coexistence Mode, or Latest Product Catalog) your Chargebee site is using.
Related Scenarios
- How can I check which Product Catalog my site is using?
- How do I know which Product Catalog my site is on?
- How can I verify the Product Catalog version of my site?
- How do I determine which catalog my site is using?
- How do I identify the Product Catalog type for my site?
Solution
Site Configuration via UI
Go to Product Catalog in the left navigation.
- If you see Product Families and Charges, your site is using the Latest Product Catalog experience. This is true for both Latest Product Catalog and Coexistence Mode.
- If you do not see Product Families and Charges, your site is still on the Legacy Product Catalog (not in Coexistence Mode).
Site Configuration via API
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 ( |
Related Articles
Show more
Was this article helpful?