Given a product... eg: p = ShopifyAPI::Product.find(123)
given a collection... eg: c = ShopifyAPI::CustomCollection.find(123)
c.add_product p adds it
c.remove_product p removes it.
The source code of the gem reveals all...
Given a product... eg: p = ShopifyAPI::Product.find(123)
given a collection... eg: c = ShopifyAPI::CustomCollection.find(123)
c.add_product p adds it
c.remove_product p removes it.
The source code of the gem reveals all...