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.ccLogicCartAddTo.addMinorLineItems

Reads the input line data for specifying the cart's minor line items, such as component products.

Compatibility

This reference applies to:

Release Managed Package Version API Version
B2B Commerce for Visualforce Winter ’21 4.13 12
B2B Commerce for Visualforce Spring ’20 4.12 11
B2B Commerce for Visualforce Summer ’19 4.11 10
B2B Commerce for Visualforce Spring ’19 4.10 9
B2B Commerce for Visualforce Summer ’18 4.9 8

Signature

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

Inputs (Required)

This method accepts the working Map<String, Object> from the ccrz.ccLogicCartAddTo.addMajorLineItems method.

This method requires the following key in the working map:

ccrz.ccApiCart.MINOR_LINE_DATAS
List<Map<String, Object>>, where each <Map<String, Object>> contains ccrz.ccApiCart.LINE_DATA fields for a component product of a composite product. This key is a copy of the ccrz.ccApiCart.LINE_DATA_MINOR_LINE_DATAS key from the original input map.

Outputs

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

ccrz.ccApiCart.WORKING_LINE_DATAS
List<Map<String, Object>> of working map line data, updated with a copy of the input ccrz.ccApiCart.MINOR_LINE_DATAS.