diff --git a/src/OnEditHandler.ts b/src/OnEditHandler.ts index 64441e4..ef02492 100644 --- a/src/OnEditHandler.ts +++ b/src/OnEditHandler.ts @@ -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