Hello everyone,
Recently we migrated part of our Trading API products to Inventory API.
We currently facing this issue when we trying to update the inventory item:
using this call: https://api.ebay.com/sell/inventory/v1/inventory_item/SKU
We get this error back:
"errorId": 25019,
"domain": "API_INVENTORY",
"subdomain": "Selling",
"category": "REQUEST",
"message": "Cannot revise listing. Cannot change an auction to private or vice versa if the item has bid or is ending in 12 hours."
This our body:
{
"sku": "SKU",
"locale": "en_GB",
"product": {
"title": "title of the product",
"aspects": {
"Material": [
"Cotton"
],
"Features": [
"Natural"
]
},
"imageUrls": [
"https://i.ebayimg.com/XXX"
]
},
"condition": "NEW",
"packageWeightAndSize": {
"packageType": "PACKAGE_THICK_ENVELOPE",
"weight": {
"value": 0.250,
"unit": "KILOGRAM"
}
},
"availability": {
"shipToLocationAvailability": {
"quantity": 0,
"allocationByFormat": {
"auction": 0,
"fixedPrice": 0
}
}
}
}
Is a simple call but we always get this error for most of our inventory API.
Seems that we facing this error only with the migrated listing. Any solutions?
Thanks
-
- Buy APIs (BETA) - Order
- Buy APIs - Browse
- Feedback, Comments, Suggestions
- New Sell APIs - Account, Inventory, Catalog and Compliance
- New Sell APIs - Fulfillment
- New Sell APIs - Marketing, Analytics, Metadata
- Post Order APIs - Cancellation
- Post Order APIs - Inquiry, Case Management
- Post Order APIs - Return
- Talk to your fellow developers
- Token, Messaging, Sandbox related issues
- eBay APIs: .NET SDK for Trading API
- eBay APIs: Java SDK for Trading API
- eBay APIs: Orders, resolutions and feedback
- eBay APIs: Search
- eBay APIs: Selling
- Sign in