02-05-2023 12:24 PM - edited 02-05-2023 12:27 PM
Hi I have some products of shoes categories. When send the request to inventory API with condition of NEW OTHER. It throgh an error.
"errorId": 2004,
"domain": "ACCESS",
"category": "REQUEST",
"message": "Invalid request",
"longMessage": "The request has errors. For help, see the documentation for this API.",
"parameters": [
{
"name": "reason",
"value": "Could not serialize field [requests.condition]"
}
].
So I send the condition of NEW WITHOUT BOX as per eBay documentation of Condition Policies API.
But Same error on that too.
Please Help me out.
Solved! Go to Best Answer
02-09-2023 05:45 AM
02-06-2023 05:21 PM
Are you including the underscores?
NEW_OTHER
https://developer.ebay.com/api-docs/sell/inventory/types/slr:ConditionEnum
02-06-2023 09:42 PM
No. I was not including underscore. That was the issue. Thanks for your reply its working fine now.
02-06-2023 10:25 PM
Thank you for confirming your solution!
02-09-2023 05:45 AM