Shared SDK Interface Properties

Inventory, pricing, shipping, and tax integrations share interface properties.

Each SDK interface shares the following properties:

  • Published under reserved namespace sfdc_checkout.
  • Extends AsyncCartProcessor.
  • Executes asynchronously.
  • Accept cartId as an input parameter.
Integration Use CaseInterface Name
Inventory ValidationCartInventoryValidation.apex
PricingCartPriceCalculations.apex
Shipping ChargesCartShippingCharges.apex
Calculate TaxesCartTaxCalculations.apex