Dropshipping is a business model that lets you sell products by using a supplier.
Hi,
Looking for solutions for inventory management for a wholesale portal that customers are able to access based on customer tag. Is there a way (preferably with an app) to show & hide inventory levels to customers tagged "wholesale?"
Thank you,
Elizabeth
Hi @edumesnil,
Yes. Try the logic below
NOTE: Customer must be signed in to show wholesale since it is set to false by default.
{% assign wholesale = false %}
{% if customer %}
{% if customer .tags contains 'wholesale ' %}
{% assign wholesale = true %}
{% endif %}
{% endif %}
{% if wholesale %}
Show product cards...
{% endif %}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025