WordPress Woocommerce – Send order data to GoogleSheets via Webhooks
So I wrote this code and it is not working as it should, it is pulling data from woocommerce Webhook with a "code.gs" code in GoogleSheets. Problem is, if var product_name = myData.line_items[1].name; (and [2], [3] and [4].... and others)…