Interface SapRevenueCloudCustomerOutboundService
-
- All Known Implementing Classes:
DefaultSapRevenueCloudCustomerOutboundService
public interface SapRevenueCloudCustomerOutboundService
Replicates customer data to Revenue Cloud via CPI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResponseData
publishCustomerUpdate(Customer customerJson)
Triggers Customer Update iflow in Cloud Platform Integration which fetches the customer data from Revenue Cloud and updates in Commercerx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>
sendCustomerData(CustomerModel customerModel, java.lang.String baseStoreUid, java.lang.String sessionLanguage, AddressModel addressModel)
Send customer data to revenue cloud via CPI.
-
-
-
Method Detail
-
sendCustomerData
rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>> sendCustomerData(CustomerModel customerModel, java.lang.String baseStoreUid, java.lang.String sessionLanguage, AddressModel addressModel)
Send customer data to revenue cloud via CPI.
-
publishCustomerUpdate
ResponseData publishCustomerUpdate(Customer customerJson) throws java.io.IOException
Triggers Customer Update iflow in Cloud Platform Integration which fetches the customer data from Revenue Cloud and updates in Commerce- Parameters:
customerJson
- Customer Json object- Returns:
ResponseData
- Throws:
java.io.IOException
- if unable to publish.
-
-