location_list Function

Provides an array of locations from the site’s store settings. For filters, sort, and pagination options, see LocationList Resource.

{% for my_location in location_list({
	"filters": {
		"fulfillments": ["PICKUP"]
	}
}) %}
	{{ my_location.name }}
{% endfor %}