Skip to content

Instantly share code, notes, and snippets.

@juque
Created June 29, 2021 06:33
Show Gist options
  • Select an option

  • Save juque/133d6fe1b2c439290eef77340e41b9c2 to your computer and use it in GitHub Desktop.

Select an option

Save juque/133d6fe1b2c439290eef77340e41b9c2 to your computer and use it in GitHub Desktop.
shop = root.shops.first
products = shop.products
products.each do |product|
unless product.is_bundle
puts "#{product.slug},#{product.title},#{product.regular_price},#{product.variants.size}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment