The StoreConnect Liquid system defines these controllers you can use.
Object Index
A-B
C-K
L-Z
accounts
| Action |
HTTP Verb |
Path |
| create |
POST |
(/:store_path)/accounts |
| missing_details |
GET |
(/:store_path)/account/missing_details |
| register |
GET |
(/:store_path)/accounts/register |
| show |
GET |
(/:store_path)/account/account_points |
| show |
GET |
(/:store_path)/account/subscriptions/:identifier |
| show |
GET |
(/:store_path)/account/subscriptions |
| show |
GET |
(/:store_path)/account/orders/:identifier |
| show |
GET |
(/:store_path)/account/orders |
| show |
GET |
(/:store_path)/account/product_approvals/:identifier |
| show |
GET |
(/:store_path)/account/product_approvals |
| show |
GET |
(/:store_path)/account/account_points/:identifier |
| show |
GET |
(/:store_path)/account(/:section(/:identifier)) |
| show |
GET |
(/:store_path)/account/account_credits/:identifier |
| show |
GET |
(/:store_path)/account/account_credits |
accounts/attendees
| Action |
HTTP Verb |
Path |
| create |
POST |
(/:store_path)/account/orders/:order_id/bookings/:booking_id/attendees |
| update |
PATCH |
(/:store_path)/account/orders/:order_id/bookings/:booking_id/attendees/:id |
| update |
PUT |
(/:store_path)/account/orders/:order_id/bookings/:booking_id/attendees/:id |
accounts/orders
| Action |
HTTP Verb |
Path |
| reorder |
POST |
(/:store_path)/account/orders/:id/reorder |
accounts/profiles
| Action |
HTTP Verb |
Path |
| update |
PATCH |
(/:store_path)/account/profile |
| update |
PUT |
(/:store_path)/account/profile |
accounts/subscriptions
| Action |
HTTP Verb |
Path |
| destroy |
DELETE |
(/:store_path)/account/subscriptions/:id |
| threeds_callback |
GET |
(/:store_path)/account/subscriptions/:modify_subscription_id/threeds_callback |
| update |
PATCH |
(/:store_path)/account/subscriptions/:id |
| update |
PUT |
(/:store_path)/account/subscriptions/:id |
additional_payments
| Action |
HTTP Verb |
Path |
| ach |
POST |
(/:store_path)/order/payment/:reference_number/process_payment/ach |
| process_payment |
POST |
(/:store_path)/order/payment/:reference_number/process_payment |
| show |
GET |
(/:store_path)/order/payment/:reference_number |
articles
| Action |
HTTP Verb |
Path |
| index |
GET |
(/:store_path)/articles/:identifier |
| index |
GET |
(/:store_path)/articles |
| show |
GET |
(/:store_path)/articles/:category/:path |
auth/as_customer_sessions
| Action |
HTTP Verb |
Path |
| create |
POST |
(/:store_path)/auth/saml/auth |
| metadata |
GET |
(/:store_path)/auth/saml/metadata |
| new |
GET |
(/:store_path)/auth/saml/sign_in |
auth/confirmations
| Action |
HTTP Verb |
Path |
| create |
POST |
(/:store_path)/auth/confirmation |
| new |
GET |
(/:store_path)/auth/confirmation/new |
| pending |
GET |
(/:store_path)/auth/confirmation/pending |
| show |
GET |
(/:store_path)/auth/confirmation |
auth/experience_cloud_sessions
| Action |
HTTP Verb |
Path |
| create |
POST |
(/:store_path)/logins/auth/experience_cloud/auth |
| metadata |
GET |
(/:store_path)/logins/auth/experience_cloud/metadata |
| new |
POST |
(/:store_path)/logins/auth/experience_cloud/sign_in |
auth/invitations
| Action |
HTTP Verb |
Path |
| create |
POST |
(/:store_path)/auth/invitation |
| destroy |
GET |
(/:store_path)/auth/invitation/remove |
| edit |
GET |
(/:store_path)/auth/invitation/accept |
| new |
GET |
(/:store_path)/auth/invitation/new |
| pending |
GET |
(/:store_path)/auth/invitation/pending |
| update |
PATCH |
(/:store_path)/auth/invitation |
| update |
PUT |
(/:store_path)/auth/invitation |
auth/passwords
| Action |
HTTP Verb |
Path |
| create |
POST |
(/:store_path)/auth/password |
| edit |
GET |
(/:store_path)/auth/password/edit |
| new |
GET |
(/:store_path)/auth/password/new |
| update |
PATCH |
(/:store_path)/auth/password |
| update |
PUT |
(/:store_path)/auth/password |
auth/sessions
| Action |
HTTP Verb |
Path |
| create |
POST |
(/:store_path)/auth/sign_in |
| destroy |
DELETE |
(/:store_path)/auth/sign_out |
| destroy |
GET |
(/:store_path)/auth/sign_out |
| new |
GET |
(/:store_path)/auth/sign_in |
bundles
| Action |
HTTP Verb |
Path |
| add_preset_to_cart |
POST |
(/:store_path)/cpq/bundles/:lead_product_sfid/add_preset_to_cart |
| add_to_cart |
POST |
(/:store_path)/cpq/bundles/:lead_product_sfid/add_to_cart |
| create |
POST |
(/:store_path)/cpq/bundles |
| edit |
GET |
(/:store_path)/cpq/bundles/:lead_product_sfid/edit |
bundles/options
| Action |
HTTP Verb |
Path |
| create |
POST |
(/:store_path)/cpq/bundles/:bundle_lead_product_sfid/product_options |
| update |
PATCH |
(/:store_path)/cpq/bundles/:bundle_lead_product_sfid/product_options/:sfid |
| update |
PUT |
(/:store_path)/cpq/bundles/:bundle_lead_product_sfid/product_options/:sfid |
Last updated May 27, 2025