Need help in transferring Data from WooCommerce to GSheets
Status: Closed · Asked by akshayBH23 on · 0 views
Hi there,
I already have a working pabbly connection between woocommerce and google sheets where I transfer orders placed from Wocommerce to Google Sheets. But I wanted information regarding linking some additional data.
I also want to send the product image link and a custom link to the google sheet. These custom links would be based on the products ordered. I tried adding the custom links to the product attribute in the woocommerce products but I think they can't be linked when transferring orders from woocommerce to GSheets. Is there any way that i can have these custom links added in the sheet also based on the product ordered.
You are getting product ID in the order so then using that you can try to get all product info using this woocommerce action - Retrieve a Product by ID
Thanks, I was able to complete the required setup using this (y)