Shipping choice extension point
Learn how to configure the shipping choice extension point
Last updated
Learn how to configure the shipping choice extension point
Last updated
The Digital River app provides an extension point for setting additional details for the element such as serviceLevel
and description
based on the client’s business requirements. The checkout request sends this information, if provided, to Digital River.
The Digital River app provides a called Shipping Choice Info - Provider Name.
If this configuration is empty (default setting), the application will not send serviceLevel
and description
information in the shipping choice element of the checkout request.
You can implement an Apex interface that Digital River Application delivers as part of the DRB2B_ShippingChoiceProvider
package.
You can specify the Apex class that implements this interface as a provider of Shipping Choice information for the checkout flow.
An example of such a class is customShippingChoiceProvider
.
The following example provides sample code for this class: