Utility Classes for B2B Commerce for Visualforce

B2B Commerce for Visualforce provides several Apex classes with static fields, which effectively behave like global objects that expose certain storefront session data. Other classes and methods in the managed package can easily reference these static fields.

Sometimes, B2B Commerce for Visualforce updates utility classes in a new version of the B2B Commerce managed package. In subscriber code, you reference the latest version of these classes that's available in your version of the managed package.

Note