Skip to content

Instantly share code, notes, and snippets.

@bmadigan
Last active December 20, 2015 12:49
Show Gist options
  • Save bmadigan/6133845 to your computer and use it in GitHub Desktop.
Save bmadigan/6133845 to your computer and use it in GitHub Desktop.
Sample Variant call
def destroy_shopify_variant(variant_id)
ShopifyAPI::Variant.delete({ :id => variant_id })
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment