Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
826 Vizualizări

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!

Imagine profil
Abandonează
Autor Cel mai bun răspuns

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.

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
3
aug. 25
3645
0
aug. 25
284
2
mai 25
1316
1
ian. 25
1565
1
nov. 24
1990