10-07-2023 07:16 PM
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
10-15-2023 05:06 PM
Anyone know the resolution to this?
10-15-2023 06:21 PM
I'm going to take a guess.
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.
05-22-2024 06:54 AM
Hi! Did you find solution?
06-07-2024 02:59 AM
Hello! Did ya'll find a solution?
06-26-2024 05:05 AM
Facing same issue, did anyone find any solution?
08-15-2024 05:36 AM - edited 08-15-2024 05:36 AM
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.
08-29-2024 02:10 PM
This is what fixed it for me - just removing packageType from the inventory item.