Replies: 6 comments 1 reply
-
Hi @wheelersf , I can see its still exist buy under BuyerInfo |
Beta Was this translation helpful? Give feedback.
-
Hi Tareq, I can see the gift information in the ItemBuyerInfo object, but am getting the following exception message when attempting to iterate each item in the list: Error CS1579 foreach statement cannot operate on variables of type 'OrderItemsBuyerInfoList' because 'OrderItemsBuyerInfoList' does not contain a public instance or extension definition for 'GetEnumerator' I don't get this exception when iterating orders, items, etc. using the same coding convention. Thanks,
|
Beta Was this translation helpful? Give feedback.
-
Hi @wheelersf Please upgrade NuGet to v1.0.29 , and let me if that solve the problem |
Beta Was this translation helpful? Give feedback.
-
Hi Tareq, I'm actually getting the same exception message after updating to v1.0.29. Thanks, |
Beta Was this translation helpful? Give feedback.
-
foreach (var ItemInfo in orderItemsBuyerInfoList.OrderItems)
{
//do work...
} |
Beta Was this translation helpful? Give feedback.
-
@abuzuhri Thank you, Sir! That did it. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Old MWS used to have an item node of 'orderitem.GiftWrapPrice.Amount'. Did this go away? I'm unable to find a reference at the order or item-level object.
Thanks,
Scott
Beta Was this translation helpful? Give feedback.
All reactions