I'm working on application to redeem gift cards in vb.net using web api.Can someone suggest order of web API calls?
currently i have the following:
GetNewSessionKey()Login()GetCart()UpdateFee() ApplyGiftCertificate()
What else am i missing?
Depending on how you are designing your customer experience, you may want to look at GetGiftCertificateInfo - this will let you display the current balance on the card. Can be friendly to show in a shopping cart.
Good luck!