I am attempting to set seller feedback through the eBay Trading API, LeaveFeedbackCall. I am using the .NET SDK and am having difficulty assigning the feedback details. In the API description this is an array SelerItemRatingDetailsArray that holds ItemRatingDetails with two items, Rating (Int) and RatingDetail (FeedbackRatingDetailCodeType). The line of code I am using that is throwing an error follows.
apicall.SellerItemRatingDetailArrayList.Item("Communication").Rating = iCommunication.
iCommunication is an integer variable holding a value between 0 and 4.
Any assistance would be appreciated.