## Store Describes a online store ## can_sell_over_stock Returns true if store products can be sell over stock. ## linklists Returns the [linklists](/reference/liquid/objects/store/linklists/) for the current store. ``` {% assign menu = linklists['main'] %} {% for link in menu %} {% comment %}do something with the link{% endcomment %} {% endfor %} ``` ## policies Returns available policies as array. ## privacy_policy Returns privacy policy with following properties: - title - body - url ## refund_policy Returns refund policy with following properties: - title - body - url ## routes Returns the [routes](/reference/liquid/objects/routes/) object which provides URLs for the endpoints needed in the store. ## shipping_policy Returns shipping policy with following properties: - title - body - url ## terms_and_conditions Returns terms and conditions with following properties: - title - body - url