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