Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

IntegrationInfo Class

Provides the values that B2B Commerce Checkout uses to map requests to responses, necessary metadata, and context.

Namespace

sfdc_checkout

Usage

This class provides information about a B2B Commerce integration. An instance of this class is passed as a parameter into the integration interface.

IntegrationInfo Properties

The following are properties for IntegrationInfo.

integrationId

The unique ID of a B2B Commerce integration.

Signature

public String integrationId {get; set;}

Property Value

Type: String

jobId

The ID of the job, specific to the Salesforce Background Operation framework.

Signature

public String jobId {get; set;}

Property Value

Type: String

siteLanguage

Site language to be used by third party services.

Signature

public String siteLanguage {get; set;}

Property Value

Type: String