getCartDetailsById
Learn how to validate whether the cart contains a subscription product.
Sending a request
Parameter
Required/Optional
Description
“{
"cartId":CartId
}”Receiving a response
Parameter
Description
return true;Calling the global method from a custom component
import getCartDetailsById from
"@salesforce/apex/digitalriverv3.DRB2B_CustomerCreditService.getCartDetailsById";Last updated