| Line 98... |
Line 98... |
| 98 |
i=-1
|
98 |
i=-1
|
| 99 |
worksheet.write(row, inc(), prod["product_id"])
|
99 |
worksheet.write(row, inc(), prod["product_id"])
|
| 100 |
worksheet.write(row, inc(), prod['parent_id'])
|
100 |
worksheet.write(row, inc(), prod['parent_id'])
|
| 101 |
worksheet.write(row, inc(), prod['instock'])
|
101 |
worksheet.write(row, inc(), prod['instock'])
|
| 102 |
worksheet.write(row, inc(), prod['pay_type_supported']['COD'])
|
102 |
worksheet.write(row, inc(), prod['pay_type_supported']['COD'])
|
| 103 |
worksheet.write(row, inc(), prod['productName'])
|
103 |
worksheet.write(row, inc(), prod['name'])
|
| 104 |
worksheet.write(row, inc(), prod['actual_price'])
|
104 |
worksheet.write(row, inc(), prod['actual_price'])
|
| 105 |
worksheet.write(row, inc(), prod['offer_price'])
|
105 |
worksheet.write(row, inc(), prod['offer_price'])
|
| 106 |
sellerValues = prod['other_sellers'].get("values")
|
106 |
sellerValues = prod['other_sellers'].get("values")
|
| 107 |
if sellerValues is not None and len(sellerValues) > 0:
|
107 |
if sellerValues is not None and len(sellerValues) > 0:
|
| 108 |
lowestPrice = sellerValues[0]['offer_price']
|
108 |
lowestPrice = sellerValues[0]['offer_price']
|