Skip to content

Tag: shopify

Shopify password update using Shopify API

Can we update password for a User or Customer that already exists in Shopify using the Shopify API? Answer The User endpoint is available for Shopify Plus stores, but it is currently read only – no user management is possible via this API https://docs.shopify.com/api/reference/user

Shopify Tags total items

In Shopify, how do I show a list of tags followed by the number of products with that tag? Example: Black(12), Blue(10). Currently the code looks like this, but it doesn’t work.
{% …