07-28-2023 12:55 PM
When attempting to use createOrReplaceInventoryItemInventory (https://developer.ebay.com/api-docs/sell/inventory/resources/inventory_item/methods/createOrReplaceI...) I'm getting the warning as shown below:
{"warnings":[{"errorId":25402,"domain":"API_INVENTORY","subdomain":"Selling","category":"REQUEST","message":"System warning. The value specified is no longer supported in certain categories or sites.","parameters":[{"name":"0","value":"ReturnsWithinOption"}]}]}
I'm not including ReturnsWithinOption in my post, so I'm not sure why it's complaining.
Per the documentation, it suggests that I fetch the inventory item so I have the complete data set, make my changes to it, and PUT it. So that's what I'm doing. The data being fetched from eBay does not contain ReturnsWithinOption, so it's not included in my PUT.
The documentation page linked above also does not mention the ReturnsWithinOption field.
Is this a bug in the eBay API, or should I be modifying my request to somehow avoid this warning?
07-28-2023 02:03 PM
I'm also getting this warning when posting updates to updateOffer (https://developer.ebay.com/api-docs/sell/inventory/resources/offer/methods/updateOffer) and using a similar method: fetch the offer, modify the price, then post it. It's warning about ReturnsWithinOption when it doesn't seem relevant.
01-30-2025 01:46 PM
i'm also getting this warning when relisting or selling similar.