add columns to watch
This commit is contained in:
@ -48,6 +48,21 @@ export function columnOnEditHandler(e: GoogleAppsScript.Events.SheetsOnEdit) {
|
|||||||
case "shopify_status":
|
case "shopify_status":
|
||||||
updateProductToShopify(row)
|
updateProductToShopify(row)
|
||||||
break
|
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":
|
case "price":
|
||||||
updateProductToShopify(row)
|
updateProductToShopify(row)
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user