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.

Exchanges Class

Preview and submit cart to exchange orders.

Namespace

ConnectApi

Exchanges Methods

These methods are for Exchanges. All methods are static.

previewCartToExchangeOrder(previewCartToExchangeOrderInput)

Retrieves a preview of an exchange order, taking into account the order summary balance and the difference between the return order and the cart that represents the exchange order.

API Version

60.0

Requires Chatter

No

Signature

public static ConnectApi.PreviewCartToExchangeOrderOutputRepresentation previewCartToExchangeOrder(ConnectApi.PreviewCartToExchangeOrderInputRepresentation previewCartToExchangeOrderInput)

Parameters

previewCartToExchangeOrderInput
Type: ConnectApi.PreviewCartToExchangeOrderInputRepresentation
Information required to preview a cart to exchange order.

submitCartToExchangeOrder(submitCartToExchangeOrderInput)

Creates an exchange order summary, based on the return order and the cart used for exchanges. The new exchange order summary is attached to the original order summary (created before any exchanges occurred). You can also provide optional payment information and optional information about order summary sequences, which affect the newly created exchange order summary.

API Version

60.0

Requires Chatter

No

Signature

public static ConnectApi.SubmitCartToExchangeOrderOutputRepresentation submitCartToExchangeOrder(ConnectApi.SubmitCartToExchangeOrderInputRepresentation submitCartToExchangeOrderInput)

Parameters

submitCartToExchangeOrderInput
Type: ConnectApi.SubmitCartToExchangeOrderInputRepresentation
Information required to submit a cart to exchange order.