Archive
03月 2025
Showing 2 out of total 2
The eBay listing associated with the inventory item, or the unpublished offer has invalid pictures. A mixture of Self Hosted and EPS pictures are not allowed
Author : Anonymous Publish Time : 16 Mar 2025 00:13:17
{
"errors": [
{
"errorId": 25014,
"domain": "API_INVENTORY",
"subdomain": "Selling",
"category": "Request",
"message": "The eBay listing associated with the inventory item, or the unpublished offer has invalid pictures. A mixture of Self Hosted and EPS pictures are not allowed."
}
]
}
ebay api bulk_create_or_replace_inventory_item where can i get right sku value?
Author : Anonymous Publish Time : 10 Mar 2025 19:44:28
https://api.sandbox.ebay.com/sell/inventory/v1/bulk_create_or_replace_inventory_item
request body
{
"requests":[
{
"sku":"p0001",
"product":{
"title":"Boston Terriers Collector Plate "All Ears� by Dan Hatala - The Danbury Mint",
"aspects":{
"Country/Region of Manufacture":[
"United States"
]
},
"description":"All Ears by Dan Hatala. A limited edition from the collection entitled 'Boston Terriers'. Presented by The Danbury Mint.",
"imageUrls":[
"https://i.ebayimg.com/00/s/OTk5WDc0OQ==/z/54IAAOSw3thbW20V/$_12.JPG?set_id=880000500F"
]
},
"condition":"USED_EXCELLENT",
"conditionDescription":"Mint condition. Kept in styrofoam case. Never displayed.",
"availability":{
"shipToLocationAvailability":{
"quantity":2
}
}
},
{
"sku":"p0002",
"product":{
"title":"JOE PAVELSKI 2015-16 BOBBLEHEAD NHL SAN JOSE SHARKS 25TH ANNIVERSARY",
"aspects":{
"Team":[
"San Jose Sharks"
],
"Player":[
"Joe Pavelski"
],
"Pre & Post Season":[
"Regular Season"
],
"Product":[
"Bobblehead"
],
"Country/Region of Manufacture":[
"China"
],
"Brand":[
"Success Promotions"
],
"UPC":[
"Does not apply"
]
},
"description":"Joe Pavelski bobble head from 2015-16 season, the 25th season of the San Jose Sharks. New in box.",
"imageUrls":[
"https://i.ebayimg.com/00/s/MTYwMFgxMjAw/z/lXoAAOSwZb5bT4W6/$_57.JPG?set_id=8800005007"
]
},
"condition":"NEW",
"availability":{
"shipToLocationAvailability":{
"quantity":1
}
}
}
]
}
{
"errors": [
{
"errorId": 25733,
"domain": "API_INVENTORY",
"subdomain": "Selling",
"category": "Request",
"message": "User input error. Valid SKU and locale information are required for all the InventoryItems in the request."
}
]
}