Home
Find the answer to your question
Message field that is returned by the Add/Revise/Relist calls contains listing hints, policy violation explanations, or other details. To be able to handle the Message field and display it to your seller will help them to take an appropriate action accordingly in a timely manner.
Message is the property of AbstractResponseType object, when use wrapper class like ReviseFixedPriceItemCall in Java SDK to make the AddItem family of calls, you can retreive it via getResponseObject() method as below:
import com.ebay.sdk.*;
static String messageValue; String newdescription="YOUR NEW DESRIPTION"; } catch (ApiException apiE) { |