Subversion Repositories SmartDukaan

Rev

Rev 12381 | Rev 12383 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12381 Rev 12382
Line 47... Line 47...
47
        self.price = price
47
        self.price = price
48
 
48
 
49
class __AmazonItemInfo:
49
class __AmazonItemInfo:
50
    
50
    
51
    def __init__(self, asin, nlc, courierCost, sku, product_group, brand, model_name, model_number, color, weight, parent_category, risky, vatRate, runType, parent_category_name, sourcePercentage, ourInventory, state_id):
51
    def __init__(self, asin, nlc, courierCost, sku, product_group, brand, model_name, model_number, color, weight, parent_category, risky, vatRate, runType, parent_category_name, sourcePercentage, ourInventory, state_id):
52
        self.supc = asin
52
        self.asin = asin
53
        self.nlc = nlc
53
        self.nlc = nlc
54
        self.courierCost = courierCost
54
        self.courierCost = courierCost
55
        self.sku = sku
55
        self.sku = sku
56
        self.product_group = product_group
56
        self.product_group = product_group
57
        self.brand = brand
57
        self.brand = brand