Docs

Log into read the version of docs relevant to your site.

How can I check which Product Catalog version my site is using?

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?

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:

NameDescription
domainSTRING 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

  • v1
  • v2
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 (items), Coexistence Mode (compat), or Legacy Product Catalog (plans_addons).

Was this article helpful?