Publish Offer 25002
I have this inventory item created successfully;
{
"price": {
"value": "25.00",
"currency": "USD"
},
"condition": "NEW",
"availability": {
"shipToLocationAvailability": {
"quantity": 100
}
},
"product": {
"title": "GoPro Hero4 Helmet Cam10",
"description": "New GoPro Hero4 Helmet Cam. Unopened box.10",
"aspects": {
"Brand": [
"GoPro"
]
},
"brand": "GoPro2",
"mpn": "CHDHX-402",
"imageUrls": [
]
},
"packageWeightAndSize" :{
"dimensions" :
{
"height" : 7,
"length" : 7,
"unit" : "CENTIMETER",
"width" : "5"
},
"shippingIrregular" : false,
"weight" :
{
"unit" : "KILOGRAM",
"value" : "1"
}
}
}
I have this offer created successfully;
{
"sku": "5555",
"categoryId": "259068",
"marketplaceId": "EBAY_US",
"merchantLocationKey": "TEST WAREHOUS",
"format": "FIXED_PRICE",
"listingDescription": "Test listing on sandbox.",
"availableQuantity": 10,
"pricingSummary": {
"price": {
"value": "25.00",
"currency": "USD"
}
},
"listingPolicies": {
"fulfillmentPolicyId" : "6207692000",
"paymentPolicyId" : "6207681000",
"returnPolicyId" : "6207682000"
},
"listingDuration": "DAYS_5"
}
I have this returnPolicy created successfully;
{
"name": "30-Day Return Policy5",
"marketplaceId": "EBAY_US",
"categoryTypes": [
{
"name": "ALL_EXCLUDING_MOTORS_VEHICLES",
"default": true
}
],
"returnsAccepted": true,
"returnPeriod": {
"value": 30,
"unit": "DAY"
},
"refundMethod": "MONEY_BACK",
"returnMethod": "MONEY_BACK",
"returnShippingCostPayer": "BUYER",
"internationalOverride": {
"returnsAccepted": true,
"returnMethod": "MONEY_BACK",
"returnPeriod": {
"value": 30,
"unit": "DAY"
},
"returnShippingCostPayer": "BUYER"
}
}
When I publish offer like that;
POST-https://api.sandbox.ebay.com/sell/inventory/v1/offer/9292252010/publish
POST-https://api.sandbox.ebay.com/sell/inventory/v1/offer/9292252010/publish
I have this issue;
{
"errors": [
{
"errorId": 25002,
"domain": "API_INVENTORY",
"subdomain": "Selling",
"category": "Request",
"message": "A user error has occurred. System error. Unable to process your request. Please try again later."
}
]
}
seom_5786
Posted 1 year ago
0 comments