Home
Find the answer to your question
I am getting an error for my Product API JSON request as below:
{
|
What is the issue and how to fix it?
productIdentifier, the ProductIdentifierTypes is an array with ePID, MementoString, ISBN, UPC, EAN, Brand_MPN type as elements. and should be defined inside the [] as below
{"jsonns.xsi":"http://www.w3.org/2001/XMLSchema-instance",
"jsonns.xs":"http://www.w3.org/2001/XMLSchema", "jsonns.tns":"http://www.ebay.com/marketplace/marketplacecatalog/v1/services", "getProductCompatibilitiesRequest": {"productIdentifier": [ {"ePID":"74272686"}, {"ePID":"74259549"} ] } } |