We sell multiple products with multiple variations and often people purchase a few at a time. Just wondering how to have it so that every variation has its own line created in sheets? EG someone buys a blue large shirt and a green medium shirt, how can I get those sales on individual rows?
Hi Tommy,
Not sure what e-commerce platform you are using…but the general idea should be similar to the below idea.
You can use an Iterator module between your e-commerce platform and Google Sheets. The iterator will collect all the “line_items” from the order, which represent each individual product variation purchased.
The simply output each line onto your Google Sheet
Thanks for the responses! To clarify we’re using WooCommerce and variable products.
So below someone has ordered multiple teams and it’s exported those teams all on the same line, I’m hoping to get each team (variable) on its own individual line. I’m really new to how this works but IT fluent so should be able to figure it out but any help would be awesome!
Thanks again for the response. I’m just not familiar enough with the platform to be able to do this. Is this a service I could speak to you about implementing?
(A) Billing: First Name Billing: Last Name
(B) Line Items Quantity
(C) Line Items Parent Name
(D) Line Items Name
(E) Shipping Lines Meta Data Value
So the products purchased were two variations of the one product (NFL - Topps Composite TEST) and they were (Tennessee Titans & Washington Commanders). Ideally what I’d like to do is have each variation be on a separate line so in this case it would look like:
Thomas Parle - 1 - NFL Topps Composite TEST - Tennessee Titans
Thomas Parle - 1 - NFL Topps Composite TEST - Washington Commanders
That way if someone purchased multiple variations of multiple products, those would each have a separate line displaying the product & variation idividually.