Skip to Content
Menu
This question has been flagged
1 Reply
824 Views

Hello all,

I'm connecting Odoo to eBay and I'm extremely close to finally getting the connection to work. But this error continuously pops up.

'The package weight is not valid or is missing. Provide a valid number for the weight.(717)'

I've added the wieght to the Inventory Tab on the product variants, thinking that would solve the issue but no luck. I've also tried adding a product without any variants and that came to the same conclusion. I'm hoping I can also avoid using the Packages setting in Odoo if at all possible.

Let me know your thoughts, thanks in advance!

Avatar
Discard
Author Best Answer

I have somewhat of an update. 

# We use the attribute to set the attributes linked to computed shipping policies

        # We don't use attributes since this fix has been done in stable release but will be done

        # in master.

        # We don't use the weight attribute due to the fact that eBay handles the English system

        # of measurement which uses Lbs and Oz. Then we cannot just split the weight field.

        ShippingPackageAttributes = [

            'PackageDepth', 'PackageLength', 'PackageWidth', 'WeightMajor',

            'WeightMinor', 'ShippingIrregular', 'ShippingPackage'

        ]

I'm not seeing anywhere that Odoo is referencing these attritubes. So I changed calculated shipping to flat rate shipping and was able to list an item.

Avatar
Discard
Related Posts Replies Views Activity
0
Aug 25
276
2
May 25
1313
2
Apr 25
3633
1
Jan 25
1562
1
Nov 24
1986