How to create Inventory to new Etsy Listing (generate variations)

I want to create a new Etsy listing with all possible variations

I have a template listing. I pull the template and get the Products array that I want to reuse.

I use 2 Etsy modules:

  1. Get Inventory
  2. Update Listing Inventory

When I forward the Products array to the next module to update the listing inventory,
I get “Invalid number in parameter ‘price’” error.

I’m new to make and have no clue why this happens.



Hey Tommy,

it looks like you are sending an array of products and there is an issue with the Price parameter inside that array. Check what the Update module accepts as input and what the Products array has different.