add columns to watch
This commit is contained in:
@ -48,6 +48,21 @@ export function columnOnEditHandler(e: GoogleAppsScript.Events.SheetsOnEdit) {
|
||||
case "shopify_status":
|
||||
updateProductToShopify(row)
|
||||
break
|
||||
case "title":
|
||||
updateProductToShopify(row)
|
||||
break
|
||||
case "category":
|
||||
updateProductToShopify(row)
|
||||
break
|
||||
case "product_type":
|
||||
updateProductToShopify(row)
|
||||
break
|
||||
case "tags":
|
||||
updateProductToShopify(row)
|
||||
break
|
||||
case "description":
|
||||
updateProductToShopify(row)
|
||||
break
|
||||
case "price":
|
||||
updateProductToShopify(row)
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user