04-02-2023 06:15 PM
Hi, I am sending condition
"condition": "USED",
But It give me ERROR
Could not serialize field requests.condition
The product category is Clothing, Shoes & Accessories >> Women's Clothing >> Coats & Jackets
Please hep me out on this.
Solved! Go to Best Answer
04-02-2023 06:30 PM
Try a value from here:
https://developer.ebay.com/api-docs/sell/inventory/types/slr:ConditionEnum
slightly different from the Trading API format. I believe 3000 is typically "USED", called "USED_EXCELLENT" in the Enum. Might be some additional category caveats as well.
04-02-2023 06:30 PM
Try a value from here:
https://developer.ebay.com/api-docs/sell/inventory/types/slr:ConditionEnum
slightly different from the Trading API format. I believe 3000 is typically "USED", called "USED_EXCELLENT" in the Enum. Might be some additional category caveats as well.
04-06-2023 05:51 AM
Thanks @five_notch_trading_post Now it is working.