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 Case | Interface Name |
---|---|
Inventory Validation | CartInventoryValidation.apex |
Pricing | CartPriceCalculations.apex |
Shipping Charges | CartShippingCharges.apex |
Calculate Taxes | CartTaxCalculations.apex |