Skip to Content
Menú
This question has been flagged
1 Respondre
821 Vistes

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
Descartar
Autor 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
Descartar
Related Posts Respostes Vistes Activitat
0
d’ag. 25
276
2
de maig 25
1312
2
d’abr. 25
3632
1
de gen. 25
1561
1
de nov. 24
1985