diff --git a/ecommerce_integrations/unicommerce/product.py b/ecommerce_integrations/unicommerce/product.py index e526b78d..ad7443cd 100644 --- a/ecommerce_integrations/unicommerce/product.py +++ b/ecommerce_integrations/unicommerce/product.py @@ -289,7 +289,7 @@ def _build_unicommerce_item(item_code: ItemCode) -> JsonDict: item_json["maxRetailPrice"] = frappe.get_value("Item Price",{"item_code":item_code},"price_list_rate") item_json["hsnCode"] = frappe.get_value("Item",item.name,"gst_hsn_code") item_json["description"] = frappe.get_value("Item",item.name,"description") - # item_json["gstTaxTypeCode"] = + item_json["gstTaxTypeCode"] = frappe.get_value("Item Tax",{"parent":"STO-ITEM-2023-00017"},"item_tax_template") return item_json