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.

ccrz.ccLogicCartPlaceAsync.createOrderHeader

Creates the ccrz__E_Order__c record by copying all relevant field values from the source ccrz__E_Cart__c record. This method doesn't perform the DML insert operation. This method executes only during the synchronous portion of the initial ccrz.ccApiCart.placeAsync method call.

Compatibility

This reference applies to:

Release Managed Package Version API Version
B2B Commerce for Visualforce Winter ’21 4.13 12

Signature

global virtual Map<String, Object> createOrderHeader(Map<String, Object>)

Inputs (Required)

This method accepts the working Map<String, Object> after the ccrz.ccLogicCartPlaceAsync.processAddresses method completes.

This method requires the following key in the working map:

ccrz.ccLogicCartPlaceAsync.CART_HEADER
ccrz__E_Cart__c record that represents the cart to convert to an order.

Outputs

This method returns the working Map<String, Object>, and sets the following key:

ccrz.ccLogicCartPlaceAsync.ORDER_HEADER
ccrz__E_Order__c record with relevant fields copied from the source ccrz__E_Cart__c record.