ebay api bulk_create_or_replace_inventory_item where can i get right sku value?
Connect Factories - Connect China Factories, Establish a Chinese Supply Chain ( https://www.connectfactories.com)
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."
}
]
}
Comment
Login To Comment
No Comments