The StoreConnect Liquid system defines these controllers you can use.
Object Index
A-B
C-K
L-Z
carts
| Action |
HTTP Verb |
Path |
| add |
POST |
(/:store_path)/products/:product_id/add |
| customer_metadata |
POST |
(/:store_path)/cart/customer_metadata |
| destroy |
DELETE |
(/:store_path)/cart |
| remote_add |
GET |
(/:store_path)/cart/:products |
| show |
GET |
(/:store_path)/cart |
| update |
PATCH |
(/:store_path)/cart |
| update |
PUT |
(/:store_path)/cart |
checkout/accounts
| Action |
HTTP Verb |
Path |
| create |
POST |
(/:store_path)/checkout/accounts |
checkout/aux/credits
| Action |
HTTP Verb |
Path |
| create |
POST |
(/:store_path)/checkout/applied_credits |
| destroy |
DELETE |
(/:store_path)/checkout/applied_credits/:id |
checkout/aux/vouchers
| Action |
HTTP Verb |
Path |
| create |
POST |
(/:store_path)/checkout/applied_vouchers |
| destroy |
DELETE |
(/:store_path)/checkout/applied_vouchers/:id |
checkout/orders
| Action |
HTTP Verb |
Path |
| order |
GET |
(/:store_path)/checkout/order |
checkout/payment_callback
| Action |
HTTP Verb |
Path |
| create |
POST |
(/:store_path)/checkout/callback |
checkout/payments
| Action |
HTTP Verb |
Path |
| ach |
POST |
(/:store_path)/checkout/payment/ach |
| create |
POST |
(/:store_path)/checkout/payment |
| intents |
POST |
(/:store_path)/checkout/payment/intents |
| update |
GET |
(/:store_path)/checkout/payment |
| Action |
HTTP Verb |
Path |
| update |
PATCH |
(/:store_path)/checkout/promotion |
| update |
PUT |
(/:store_path)/checkout/promotion |
checkout/steps/customer
| Action |
HTTP Verb |
Path |
| create |
POST |
(/:store_path)/checkout/customer_information |
| edit |
GET |
(/:store_path)/checkout/customer_information/edit |
| show |
GET |
(/:store_path)/checkout/customer_information |
| show |
GET |
(/:store_path)/checkout |
| update |
PATCH |
(/:store_path)/checkout/customer_information |
| update |
PUT |
(/:store_path)/checkout/customer_information |
checkout/steps/payment
| Action |
HTTP Verb |
Path |
| create |
POST |
(/:store_path)/checkout/payment_information |
| edit |
GET |
(/:store_path)/checkout/payment_information/edit |
| finalize_order |
GET |
(/:store_path)/checkout/payment_information/finalize_order |
| show |
GET |
(/:store_path)/checkout/payment_information |
| update |
PATCH |
(/:store_path)/checkout/payment_information |
| update |
PUT |
(/:store_path)/checkout/payment_information |
checkout/steps/shipping
| Action |
HTTP Verb |
Path |
| create |
POST |
(/:store_path)/checkout/shipping_information |
| edit |
GET |
(/:store_path)/checkout/shipping_information/edit |
| show |
GET |
(/:store_path)/checkout/shipping_information |
| update |
PATCH |
(/:store_path)/checkout/shipping_information |
| update |
PUT |
(/:store_path)/checkout/shipping_information |
checkout/steps/terms
| Action |
HTTP Verb |
Path |
| create |
POST |
(/:store_path)/checkout/accept_terms |
| edit |
GET |
(/:store_path)/checkout/accept_terms/edit |
| show |
GET |
(/:store_path)/checkout/accept_terms |
| update |
PATCH |
(/:store_path)/checkout/accept_terms |
| update |
PUT |
(/:store_path)/checkout/accept_terms |
| Action |
HTTP Verb |
Path |
| create |
POST |
(/:store_path)/form_submission |
geolocations
| Action |
HTTP Verb |
Path |
| create |
POST |
(/:store_path)/geolocation |
| destroy |
DELETE |
(/:store_path)/geolocation |
helpers/availabilities
| Action |
HTTP Verb |
Path |
| index |
GET |
(/:store_path)/async/availabilities |
| Action |
HTTP Verb |
Path |
| show |
GET |
(/:store_path)/async/custom_form_answers/:id |
| update |
PATCH |
(/:store_path)/async/custom_form_answers/:id |
| update |
PUT |
(/:store_path)/async/custom_form_answers/:id |
helpers/delivery_options
| Action |
HTTP Verb |
Path |
| index |
GET |
(/:store_path)/async/delivery_options |
Last updated May 27, 2025