Skip to content

Instantly share code, notes, and snippets.

@marisveide
marisveide / collection_image_bug.rb
Last active June 21, 2022 13:06
Just run that to see the bug being replicated.
require 'shopify_api'
shop = ShopifyAPI::Session.new('ultraexportimport.myshopify.com', '****************************')
ShopifyAPI::Base.activate_session(shop)
begin
########################################################
# 1 - Create new Collection
########################################################