The StoreConnect Liquid system defines these controllers you can use.
Object Index
A-B
C-K
L-Z
line_items
| Action |
HTTP Verb |
Path |
| destroy |
DELETE |
(/:store_path)/cart/line_items/:id |
locations
| Action |
HTTP Verb |
Path |
| index |
GET |
(/:store_path)/find/:group_path |
| show |
GET |
(/:store_path)/find/:group_path/:path |
merchant_feeds
| Action |
HTTP Verb |
Path |
| facebook |
GET |
(/:store_path)/merchant_feed/facebook.xml |
| google |
GET |
(/:store_path)/merchant_feed/google.xml |
| show |
GET |
(/:store_path)/merchant_feed |
omniauth
| Action |
HTTP Verb |
Path |
| azure |
GET or POST |
/logins/auth/azure/callback |
| entra_id |
GET or POST |
/logins/auth/entra_id/callback |
| google |
GET or POST |
/logins/auth/google/callback |
| passthru |
GET or POST |
/logins/auth/azure |
| passthru |
GET or POST |
/logins/auth/entra_id |
| passthru |
GET or POST |
/logins/auth/google |
| passthru |
GET or POST |
/logins/auth/singlekey_id |
| singlekey_id |
GET or POST |
/logins/auth/singlekey_id/callback |
orders
| Action |
HTTP Verb |
Path |
| show |
GET |
(/:store_path)/order/:token |
pages
| Action |
HTTP Verb |
Path |
| home |
GET |
/(:store_path) |
| not_found |
GET |
/*path |
| show |
GET |
/*path |
| show |
GET |
(/:store_path)/*path |
payment_provider_verifications
| Action |
HTTP Verb |
Path |
| applepay |
GET |
(/:store_path)/.well-known/apple-developer-merchantid-domain-association |
preview
| Action |
HTTP Verb |
Path |
| article |
GET |
(/:store_path)/preview/content_article/:sfid |
| page |
GET |
(/:store_path)/preview/content_page/:sfid |
| product |
GET |
(/:store_path)/preview/product/:sfid |
privacy
| Action |
HTTP Verb |
Path |
| disable_all |
POST |
(/:store_path)/privacy/disable_all |
| enable_all |
POST |
(/:store_path)/privacy/enable_all |
| set |
POST |
(/:store_path)/privacy |
product_categories
| Action |
HTTP Verb |
Path |
| index |
GET |
(/:store_path)/categories |
| show |
GET |
/:category |
| show |
GET |
(/:store_path)/*category |
| show |
GET |
/*category |
product_comparisons
| Action |
HTTP Verb |
Path |
| show |
GET |
(/:store_path)/product_comparison |
products
| Action |
HTTP Verb |
Path |
| index |
GET |
(/:store_path)/products |
| show |
GET |
(/:store_path)/products/:id |
robots
| Action |
HTTP Verb |
Path |
| show |
GET |
(/:store_path)/robots.:format |
salesforce_payments
| Action |
HTTP Verb |
Path |
| checkout_callback |
POST |
(/:store_path)/order/salesforce_payment/checkout_callback/:order_id |
| process_payment |
POST |
(/:store_path)/order/salesforce_payment/process/:order_id |
| show |
GET |
(/:store_path)/order/salesforce_payment |
| wrapper |
GET |
(/:store_path)/order/salesforce_payment/wrapper |
search
| Action |
HTTP Verb |
Path |
| show |
GET |
(/:store_path)/search |
search/articles
| Action |
HTTP Verb |
Path |
| index |
GET |
(/:store_path)/search/content_articles |
search/pages
| Action |
HTTP Verb |
Path |
| index |
GET |
(/:store_path)/search/content_pages |
search/products
| Action |
HTTP Verb |
Path |
| index |
GET |
(/:store_path)/search/products |
sitemap
| Action |
HTTP Verb |
Path |
| show |
GET |
(/:store_path)/sitemap |
vouchers
| Action |
HTTP Verb |
Path |
| show |
GET |
(/:store_path)/check-voucher |
Last updated May 27, 2025