Processing gift cards, web application

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?

Parents Reply Children
No Data