How can I order multiple items using CartJS API in a single request?
I want to order more than 1 catalog item using CartJS API of ServiceNow, but its allowing only 1 Catalog item to be ordered. Can anyone look into the code below and tell me what's wrong am I doing?var cart = new sn_sc.CartJS(); cart.empty(); var i = ...