Docs
Scope
How can I check which Product Catalog my site is using?
How can I check which Product Catalog version 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?
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?