After adding a gift card to the shopping cart (a random WCS example: https://store.sony.com/webapp/wcs/stores/servlet/SYGiftCardView?storeId=10151&categoryId=8198552921644551354&catalogId=10551&langId=-1), what DB2 table are the fields for 'To', 'From', and 'Message' stored in?
What query can be ran to grab a gift card's database info. (such as the personalized message) with that particular order ID?
How do you identify the specific gift card (the one added to the shopping cart) given your order? Will the gift card have its own unique id like order id / where do you find the gift card's unique id?
Thanks