-
-
Save davidthomas5412/2926759 to your computer and use it in GitHub Desktop.
Deleting customer addresses through the shopify console
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cust = ShopifyAPI::Customer.find(1) | |
cust.addresses[0]._destroy = 1 | |
cust.save |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment