Hi, can anyone please tell me that where does the LiveOrder.Model gets it's data/values from? We know that the LiveOrder.Model is used to auto-populate values in Cart and Checkout information but what is the source of data (like any netsuite record type(s), field(s) etc.) for LiveOrder.Model itself? And can we access this information using NetSuite SuiteScript?
Basically, LiveOrder.Model maintains customer's cart and checkout information (whenever the customer revisits the SCA webstore) and I wanted to access the information inside LiveOrder.Model and use it in a SuiteScript (e.g. Scheduled or Map/Reduce). Would appreciate the help.
Within the NetSuite, whether it is the UI or SuiteScript, you are greatly limited by what you can do a customer's cart. You cannot, for example, write to it. Almost everything has to happen through a commerce application.
🙏 1
s
Sarim Khan
11/12/2024, 1:29 PM
@Steve Goldberg Yes, this will do the job. Thank you