cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping Cart access from backend

Former Member
0 Kudos

I would like to know where and how basket information are maintain in WCEM?

  • Java vs Backend Shopping cart?
  • Consumer logged in or not?

The requirement is to get an access from SAP to customer basket in a B2C scenario. (example: A consumer shows up at a store and want to buy products he put in the web shopping cart the day before (on hold). Store clerck want to see the consumer basket to help him properly). How can we achive this request?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

WolfgangSattler
Advisor
Advisor
0 Kudos

Hi Daniel,

The Java Basket is stored in the DB of the J2EE engine. Therefore by default there is no access to the java cart from the backend system.

In a customer project you could either

- Build some UI for the internal clerk in WCEM to have access

or

- Build some oData service for the java cart which could call from the backend or an SAP UI5.

Regards Wolfgang

Answers (0)