Data Service Provider Classes

B2B Commerce for Visualforce provides several default data service providers: Apex classes that query and transform specific data for global API methods. For example, the ccrz.ccServiceCart class defines how B2B Commerce queries and transforms cart data for a ccrz.ccApiCart.fetch method call. To modify how a default class behaves, you can write subscriber code that extends or overrides the default class.

This content is available only as an archived PDF from CloudCraze documentation:

(PDF) Global API Data Service Layer

The content of this PDF was authored for older versions of the managed package and doesn't necessarily represent the most recent version of B2B Commerce for Visualforce. This content is updated infrequently, and only for resolving critical inaccuracies or changes in behavior.

Important