cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error Code 25101 - What does it mean?

Received this error while trying to PublishOffer

 

{
"errors": [
{
"errorId": 25101,
"domain": "API_INVENTORY",
"subdomain": "Selling",
"category": "REQUEST",
"message": "Invalid <ShippingPackage>."
}
]
}

 

Literally can't find the error code in documentation

Message 1 of 8
latest reply
7 REPLIES 7

Re: Error Code 25101 - What does it mean?

Anyone know the resolution to this?

Message 2 of 8
latest reply

Re: Error Code 25101 - What does it mean?

I'm going to take a guess.

https://developer.ebay.com/api-docs/sell/inventory/resources/inventory_item/methods/bulkCreateOrRepl...

Within the Inventory API, such as bulk create or replace, there are fields for item weight and dimensions. These must be populated if you plan to apply calculated shipping.

 

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 3 of 8
latest reply

Re: Error Code 25101 - What does it mean?

Hi! Did you find solution? 

Message 4 of 8
latest reply

Re: Error Code 25101 - What does it mean?

Hello! Did ya'll find a solution?

 

Message 5 of 8
latest reply

Re: Error Code 25101 - What does it mean?

Facing same issue, did anyone find any solution?

Message 6 of 8
latest reply

Re: Error Code 25101 - What does it mean?

I had the same issue and figured out what was causing it. I had field packageType in my inventory call which wasn't supported by the courier selected in my fulfillment policy.

 

You need to call the the GeteBayDetails API and figure out which packageTypes are supported for your courier. In my case, my courier had none so I just removed the attribute packageType all together.

Message 7 of 8
latest reply

Re: Error Code 25101 - What does it mean?

This is what fixed it for me - just removing packageType from the inventory item.

Message 8 of 8
latest reply