Hello,
I am working on implementing odoo and would like to know how to handle the product setup while following odoo's best practices. I have already installed the Emipro Amazon Connector also. Below is my scenario:
Product A: Big bag of dog food that has multiple different weights and prices
----> Variant A: 15lb (unique UPC, Cost, Weight and Price)
----> ---->ASINA: Amazon listing for Variant A
----> ---->ASINB: Duplicate Amazon listing (different ASIN)
---->Variant B: 30lb (unique UPC, cost, weight and price)
----> ---->ASINC: Amazon listing for Variant B
My question is: Should I create each size bag as it's own product since the pricing will be different and not necessarily a standardized "extra price" under the variant config? Or is there a way to handle the price difference without creating an additional variant option for every single product that has the same bag size?