No route matches [GET] "/http:/www.freddyhirsch.co.za/creamy-tomato-soup"

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
sidekiq_web_path /sidekiq

Sidekiq::Web

spree_path /shop

Spree::Core::Engine

solidus_stripe_path /shop/solidus_stripe

SolidusStripe::Engine

shop_processing_path GET /shop/processing(.:format)

user_registrations#processing

POST /shop/confirm.spree_user(.:format)

user_confirmations#create

new_spree_user_confirmation_path GET|POST /shop/user/confirmation/new(.:format)

user_confirmations#new

root_path GET /shop(.:format)

home#index

product_detail_path GET /shop/product-detail(.:format)

product_detail#index

new_account_path GET /shop/account/new(.:format)

users#new

edit_account_path GET /shop/account/edit(.:format)

users#edit

account_path GET /shop/account(.:format)

users#show

PATCH /shop/account(.:format)

users#update

PUT /shop/account(.:format)

users#update

DELETE /shop/account(.:format)

users#destroy

POST /shop/account(.:format)

users#create

account_linked_accounts_path GET /shop/account/linked-accounts(.:format)

users#index_linked_accounts

account_linked_accounts_create_path GET /shop/account/linked-accounts/create(.:format)

users#create_linked_account

POST /shop/account/linked-accounts/create(.:format)

users#create_linked_account

GET /shop/account/linked-accounts/:token/sign-in(.:format)

users#sign_in_linked_account

products_path GET /shop/products(.:format)

products#index

product_path GET /shop/products/:id(.:format)

products#show

autocomplete_results_path GET /shop/autocomplete_results(.:format)

autocomplete_results#index

cart_line_items_path POST /shop/cart_line_items(.:format)

cart_line_items#create

locale_set_path GET /shop/locale/set(.:format)

locale#set

select_locale_path POST /shop/locale/set(.:format)

locale#set

new_checkout_session_path GET /shop/checkout_session/new(.:format)

checkout_sessions#new

checkout_guest_session_path POST /shop/checkout_guest_session(.:format)

checkout_guest_sessions#create

update_checkout_path PATCH /shop/checkout/update/:state(.:format)

checkouts#update

checkout_state_path GET /shop/checkout/:state(.:format)

checkouts#edit

checkout_path GET /shop/checkout(.:format)

checkouts#edit

token_order_path GET /shop/orders/:id/token/:token(.:format)

orders#show

quote_order_path GET /shop/orders/:id/quote.pdf(.:format)

orders#quote

PATCH /shop/orders/:id/credit(.:format)

orders#credit

orders_populate_remote_path POST /shop/orders/populate_remote(.:format)

orders#populate_remote

order_coupon_codes_path POST /shop/orders/:order_id/coupon_codes(.:format)

coupon_codes#create

processing_order_path POST /shop/orders/:id/processing(.:format)

orders#processing

finalize_order_path POST /shop/orders/:id/finalize(.:format)

orders#finalize

order_path GET /shop/orders/:id(.:format)

orders#show

empty_cart_path PUT /shop/cart/empty(.:format)

carts#empty

cart_path GET /shop/cart(.:format)

carts#show

PATCH /shop/cart(.:format)

carts#update

PUT /shop/cart(.:format)

carts#update

product_enquiry_path GET /shop/products/:slug/enquire(.:format)

products#enquire

nested_taxons_path GET /shop/t/*id(.:format)

taxons#show

unauthorized_path GET /shop/unauthorized(.:format)

home#unauthorized

cart_link_path GET /shop/cart_link(.:format)

store#cart_link

edit_user_path GET /shop/users/:id/edit(.:format)

users#edit

user_path PATCH /shop/users/:id(.:format)

users#update

PUT /shop/users/:id(.:format)

users#update

login_path GET /shop/login(.:format)

user_sessions#new

create_new_session_path POST /shop/login(.:format)

user_sessions#create

logout_path DELETE /shop/logout(.:format)

user_sessions#destroy

signup_path GET /shop/signup(.:format)

user_registrations#new

registration_path POST /shop/signup(.:format)

user_registrations#create

recover_password_path GET /shop/password/recover(.:format)

user_passwords#new

reset_password_path POST /shop/password/recover(.:format)

user_passwords#create

edit_password_path GET /shop/password/change(.:format)

user_passwords#edit

update_password_path PUT /shop/password/change(.:format)

user_passwords#update

pay_fast_paid_path POST /shop/pay_fast/paid(.:format)

pay_fast#paid

pay_fast_success_path GET /shop/pay_fast/success(.:format)

pay_fast#success

GET /shop/pay_fast%23success(.:format)

pay_fast#success

pay_fast_fail_path GET /shop/pay_fast/fail(.:format)

pay_fast#fail

pay_fast_cancel_path GET /shop/pay_fast/cancel(.:format)

pay_fast#cancel

order_complete_path GET /shop/order_complete(.:format)

orders#complete

account_board_path GET /shop/account/board(.:format)

users#board

account_load_summary_path GET /shop/account/load-summary(.:format)

users#load_summary

account_verify_path GET /shop/account/verify(.:format)

accounts#verify

account_dashboard_path GET /shop/account/dashboard(.:format)

users#dashboard

account_dashboard_embed_path GET /shop/account/dashboard-embed(.:format)

users#dashboard_embed

account_statements_path GET /shop/account/statements(.:format)

users#statements

GET /shop/account/statements/:transaction_number(.:format)

users#statement

account_orders_path GET /shop/account/orders(.:format)

users#orders

account_recent_orders_path GET /shop/account/recent-orders(.:format)

users#recent_orders

account_overview_path GET /shop/account/overview(.:format)

users#overview

GET /shop/account/orders/:id(.:format)

users#order

GET /shop/account/orders/:id/line_items(.:format)

users#order_line_items

account_pay_fast_paid_path POST /shop/account/pay_fast/paid(.:format)

users#paid

account_account_information_path GET /shop/account/account-information(.:format)

users#account_information

POST /shop/account/account-information(.:format)

users#update_account_information

account_my_profile_path GET /shop/account/my-profile(.:format)

users#show

board_path GET /shop/board(.:format)

home#board

label_printing_path GET /shop/label-printing(.:format)

home#label_printing

POST /shop/label-printing(.:format)

home#label_printing

book_a_promo_person_path GET /shop/book-a-promo-person(.:format)

home#book_a_promo_person

POST /shop/book-a-promo-person(.:format)

home#book_a_promo_person

whats_news_path GET /whats-news(.:format)

whats_news#index

new_spree_user_session_path GET /user/sign_in(.:format)

user_sessions#new

spree_user_session_path POST /user/sign_in(.:format)

user_sessions#create

destroy_spree_user_session_path DELETE /user/logout(.:format)

user_sessions#destroy

new_spree_user_password_path GET /user/password/new(.:format)

user_passwords#new

edit_spree_user_password_path GET /user/password/edit(.:format)

user_passwords#edit

spree_user_password_path PATCH /user/password(.:format)

user_passwords#update

PUT /user/password(.:format)

user_passwords#update

POST /user/password(.:format)

user_passwords#create

cancel_spree_user_registration_path GET /user/cancel(.:format)

user_registrations#cancel

new_spree_user_registration_path GET /user/sign_up(.:format)

user_registrations#new

edit_spree_user_registration_path GET /user/edit(.:format)

user_registrations#edit

spree_user_registration_path PATCH /user(.:format)

user_registrations#update

PUT /user(.:format)

user_registrations#update

DELETE /user(.:format)

user_registrations#destroy

POST /user(.:format)

user_registrations#create

GET /user/confirmation/new(.:format)

user_confirmations#new

spree_user_confirmation_path GET /user/confirmation(.:format)

user_confirmations#show

POST /user/confirmation(.:format)

user_confirmations#create

shop_account_processing_path GET /shop/account/processing(.:format)

user_registrations#processing

POST /shop/confirm.spree_user(.:format)

user_confirmations#create

contact_path GET /contact(.:format)

home#contact

enquiry_submissions_path GET /enquiry_submissions(.:format)

enquiry_submissions#index

POST /enquiry_submissions(.:format)

enquiry_submissions#create

new_enquiry_submission_path GET /enquiry_submissions/new(.:format)

enquiry_submissions#new

edit_enquiry_submission_path GET /enquiry_submissions/:id/edit(.:format)

enquiry_submissions#edit

enquiry_submission_path GET /enquiry_submissions/:id(.:format)

enquiry_submissions#show

PATCH /enquiry_submissions/:id(.:format)

enquiry_submissions#update

PUT /enquiry_submissions/:id(.:format)

enquiry_submissions#update

DELETE /enquiry_submissions/:id(.:format)

enquiry_submissions#destroy

cama_magazine_path GET /magazine(.:format)

camaleon_cms/frontend#magazine

cama_path GET /magazine/:post_type_slug(.:format)

camaleon_cms/frontend#post_type

GET /magazine/:post_type_slug/:category_slug(.:format)

camaleon_cms/frontend#category

custom_unauthorized_path GET /unauthorized(.:format)

exception#unauthorized

custom_not_found_path GET /not_found(.:format)

exception#not_found

cama_error_path GET /error(.:format)

camaleon_cms/camaleon#render_error

cama_captcha_path GET /captcha(.:format)

camaleon_cms/camaleon#captcha

admin_plugins_cama_meta_tag_settings_path GET /admin/plugins/cama_meta_tag/settings(.:format)

plugins/cama_meta_tag/admin#settings

admin_plugins_cama_meta_tag_save_settings_path POST /admin/plugins/cama_meta_tag/save_settings(.:format)

plugins/cama_meta_tag/admin#save_settings

plugins_cama_contact_form_save_form_path POST (/:locale)/plugins/cama_contact_form/save_form(.:format)

plugins/cama_contact_form/front#save_form {:locale=>/en/}

admin_plugins_cama_contact_form_admin_form_del_response_path DELETE /admin/plugins/cama_contact_form/admin_forms/:admin_form_id/del_response(.:format)

plugins/cama_contact_form/admin_forms#del_response

admin_plugins_cama_contact_form_admin_form_responses_path GET /admin/plugins/cama_contact_form/admin_forms/:admin_form_id/responses(.:format)

plugins/cama_contact_form/admin_forms#responses

item_field_admin_plugins_cama_contact_form_admin_forms_path GET /admin/plugins/cama_contact_form/admin_forms/item_field(.:format)

plugins/cama_contact_form/admin_forms#item_field

admin_plugins_cama_contact_form_admin_forms_path GET /admin/plugins/cama_contact_form/admin_forms(.:format)

plugins/cama_contact_form/admin_forms#index

POST /admin/plugins/cama_contact_form/admin_forms(.:format)

plugins/cama_contact_form/admin_forms#create

new_admin_plugins_cama_contact_form_admin_form_path GET /admin/plugins/cama_contact_form/admin_forms/new(.:format)

plugins/cama_contact_form/admin_forms#new

edit_admin_plugins_cama_contact_form_admin_form_path GET /admin/plugins/cama_contact_form/admin_forms/:id/edit(.:format)

plugins/cama_contact_form/admin_forms#edit

admin_plugins_cama_contact_form_admin_form_path GET /admin/plugins/cama_contact_form/admin_forms/:id(.:format)

plugins/cama_contact_form/admin_forms#show

PATCH /admin/plugins/cama_contact_form/admin_forms/:id(.:format)

plugins/cama_contact_form/admin_forms#update

PUT /admin/plugins/cama_contact_form/admin_forms/:id(.:format)

plugins/cama_contact_form/admin_forms#update

DELETE /admin/plugins/cama_contact_form/admin_forms/:id(.:format)

plugins/cama_contact_form/admin_forms#destroy

turbo_recede_historical_location_path GET /recede_historical_location(.:format)

turbo/native/navigation#recede

turbo_resume_historical_location_path GET /resume_historical_location(.:format)

turbo/native/navigation#resume

turbo_refresh_historical_location_path GET /refresh_historical_location(.:format)

turbo/native/navigation#refresh

rails_postmark_inbound_emails_path POST /rails/action_mailbox/postmark/inbound_emails(.:format)

action_mailbox/ingresses/postmark/inbound_emails#create

rails_relay_inbound_emails_path POST /rails/action_mailbox/relay/inbound_emails(.:format)

action_mailbox/ingresses/relay/inbound_emails#create

rails_sendgrid_inbound_emails_path POST /rails/action_mailbox/sendgrid/inbound_emails(.:format)

action_mailbox/ingresses/sendgrid/inbound_emails#create

rails_mandrill_inbound_health_check_path GET /rails/action_mailbox/mandrill/inbound_emails(.:format)

action_mailbox/ingresses/mandrill/inbound_emails#health_check

rails_mandrill_inbound_emails_path POST /rails/action_mailbox/mandrill/inbound_emails(.:format)

action_mailbox/ingresses/mandrill/inbound_emails#create

rails_mailgun_inbound_emails_path POST /rails/action_mailbox/mailgun/inbound_emails/mime(.:format)

action_mailbox/ingresses/mailgun/inbound_emails#create

rails_conductor_inbound_emails_path GET /rails/conductor/action_mailbox/inbound_emails(.:format)

rails/conductor/action_mailbox/inbound_emails#index

POST /rails/conductor/action_mailbox/inbound_emails(.:format)

rails/conductor/action_mailbox/inbound_emails#create

new_rails_conductor_inbound_email_path GET /rails/conductor/action_mailbox/inbound_emails/new(.:format)

rails/conductor/action_mailbox/inbound_emails#new

edit_rails_conductor_inbound_email_path GET /rails/conductor/action_mailbox/inbound_emails/:id/edit(.:format)

rails/conductor/action_mailbox/inbound_emails#edit

rails_conductor_inbound_email_path GET /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#show

PATCH /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#update

PUT /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#update

DELETE /rails/conductor/action_mailbox/inbound_emails/:id(.:format)

rails/conductor/action_mailbox/inbound_emails#destroy

new_rails_conductor_inbound_email_source_path GET /rails/conductor/action_mailbox/inbound_emails/sources/new(.:format)

rails/conductor/action_mailbox/inbound_emails/sources#new

rails_conductor_inbound_email_sources_path POST /rails/conductor/action_mailbox/inbound_emails/sources(.:format)

rails/conductor/action_mailbox/inbound_emails/sources#create

rails_conductor_inbound_email_reroute_path POST /rails/conductor/action_mailbox/:inbound_email_id/reroute(.:format)

rails/conductor/action_mailbox/reroutes#create

rails_conductor_inbound_email_incinerate_path POST /rails/conductor/action_mailbox/:inbound_email_id/incinerate(.:format)

rails/conductor/action_mailbox/incinerates#create

rails_service_blob_path GET /rails/active_storage/blobs/redirect/:signed_id/*filename(.:format)

active_storage/blobs/redirect#show

rails_service_blob_proxy_path GET /rails/active_storage/blobs/proxy/:signed_id/*filename(.:format)

active_storage/blobs/proxy#show

GET /rails/active_storage/blobs/:signed_id/*filename(.:format)

active_storage/blobs/redirect#show

rails_blob_representation_path GET /rails/active_storage/representations/redirect/:signed_blob_id/:variation_key/*filename(.:format)

active_storage/representations/redirect#show

rails_blob_representation_proxy_path GET /rails/active_storage/representations/proxy/:signed_blob_id/:variation_key/*filename(.:format)

active_storage/representations/proxy#show

GET /rails/active_storage/representations/:signed_blob_id/:variation_key/*filename(.:format)

active_storage/representations/redirect#show

rails_disk_service_path GET /rails/active_storage/disk/:encoded_key/*filename(.:format)

active_storage/disk#show

update_rails_disk_service_path PUT /rails/active_storage/disk/:encoded_token(.:format)

active_storage/disk#update

rails_direct_uploads_path POST /rails/active_storage/direct_uploads(.:format)

active_storage/direct_uploads#create

cama_admin_path GET /admin(.:format)

camaleon_cms/admin#dashboard

cama_admin_dashboard_path GET /admin/dashboard(.:format)

camaleon_cms/admin#dashboard

cama_admin_ajax_path GET /admin/ajax(.:format)

camaleon_cms/admin#ajax

cama_admin_search_path GET /admin/search(.:format)

camaleon_cms/admin#search

cama_admin_login_path GET /admin/login(.:format)

camaleon_cms/admin/sessions#login

POST /admin/login(.:format)

camaleon_cms/admin/sessions#login_post

cama_admin_logout_path GET /admin/logout(.:format)

camaleon_cms/admin/sessions#logout

cama_admin_forgot_path GET|POST|PATCH /admin/forgot(.:format)

camaleon_cms/admin/sessions#forgot

cama_admin_confirm_email_path GET|POST|PATH /admin/confirm_email(.:format)

camaleon_cms/admin/sessions#confirm_email

cama_admin_register_path GET|POST|PATCH /admin/register(.:format)

camaleon_cms/admin/sessions#register

cama_admin_api_path GET|POST /admin/api/:method(.:format)

camaleon_cms/admin#api

cama_admin_post_type_post_trash_path GET /admin/post_type/:post_type_id/posts/:post_id/trash(.:format)

camaleon_cms/admin/posts#trash

cama_admin_post_type_post_restore_path GET /admin/post_type/:post_type_id/posts/:post_id/restore(.:format)

camaleon_cms/admin/posts#restore

ajax_cama_admin_post_type_posts_path GET|POST|PATCH /admin/post_type/:post_type_id/posts/ajax(.:format)

camaleon_cms/admin/posts#ajax

cama_admin_post_type_posts_path GET /admin/post_type/:post_type_id/posts(.:format)

camaleon_cms/admin/posts#index

POST /admin/post_type/:post_type_id/posts(.:format)

camaleon_cms/admin/posts#create

new_cama_admin_post_type_post_path GET /admin/post_type/:post_type_id/posts/new(.:format)

camaleon_cms/admin/posts#new

edit_cama_admin_post_type_post_path GET /admin/post_type/:post_type_id/posts/:id/edit(.:format)

camaleon_cms/admin/posts#edit

cama_admin_post_type_post_path GET /admin/post_type/:post_type_id/posts/:id(.:format)

camaleon_cms/admin/posts#show

PATCH /admin/post_type/:post_type_id/posts/:id(.:format)

camaleon_cms/admin/posts#update

PUT /admin/post_type/:post_type_id/posts/:id(.:format)

camaleon_cms/admin/posts#update

DELETE /admin/post_type/:post_type_id/posts/:id(.:format)

camaleon_cms/admin/posts#destroy

list_cama_admin_post_type_categories_path GET /admin/post_type/:post_type_id/categories/list(.:format)

camaleon_cms/admin/categories#list

cama_admin_post_type_categories_path GET /admin/post_type/:post_type_id/categories(.:format)

camaleon_cms/admin/categories#index

POST /admin/post_type/:post_type_id/categories(.:format)

camaleon_cms/admin/categories#create

new_cama_admin_post_type_category_path GET /admin/post_type/:post_type_id/categories/new(.:format)

camaleon_cms/admin/categories#new

edit_cama_admin_post_type_category_path GET /admin/post_type/:post_type_id/categories/:id/edit(.:format)

camaleon_cms/admin/categories#edit

cama_admin_post_type_category_path GET /admin/post_type/:post_type_id/categories/:id(.:format)

camaleon_cms/admin/categories#show

PATCH /admin/post_type/:post_type_id/categories/:id(.:format)

camaleon_cms/admin/categories#update

PUT /admin/post_type/:post_type_id/categories/:id(.:format)

camaleon_cms/admin/categories#update

DELETE /admin/post_type/:post_type_id/categories/:id(.:format)

camaleon_cms/admin/categories#destroy

list_cama_admin_post_type_post_tags_path GET /admin/post_type/:post_type_id/post_tags/list(.:format)

camaleon_cms/admin/post_tags#list

cama_admin_post_type_post_tags_path GET /admin/post_type/:post_type_id/post_tags(.:format)

camaleon_cms/admin/post_tags#index

POST /admin/post_type/:post_type_id/post_tags(.:format)

camaleon_cms/admin/post_tags#create

new_cama_admin_post_type_post_tag_path GET /admin/post_type/:post_type_id/post_tags/new(.:format)

camaleon_cms/admin/post_tags#new

edit_cama_admin_post_type_post_tag_path GET /admin/post_type/:post_type_id/post_tags/:id/edit(.:format)

camaleon_cms/admin/post_tags#edit

cama_admin_post_type_post_tag_path GET /admin/post_type/:post_type_id/post_tags/:id(.:format)

camaleon_cms/admin/post_tags#show

PATCH /admin/post_type/:post_type_id/post_tags/:id(.:format)

camaleon_cms/admin/post_tags#update

PUT /admin/post_type/:post_type_id/post_tags/:id(.:format)

camaleon_cms/admin/post_tags#update

DELETE /admin/post_type/:post_type_id/post_tags/:id(.:format)

camaleon_cms/admin/post_tags#destroy

cama_admin_post_type_drafts_path GET /admin/post_type/:post_type_id/drafts(.:format)

camaleon_cms/admin/posts/drafts#index

POST /admin/post_type/:post_type_id/drafts(.:format)

camaleon_cms/admin/posts/drafts#create

new_cama_admin_post_type_draft_path GET /admin/post_type/:post_type_id/drafts/new(.:format)

camaleon_cms/admin/posts/drafts#new

edit_cama_admin_post_type_draft_path GET /admin/post_type/:post_type_id/drafts/:id/edit(.:format)

camaleon_cms/admin/posts/drafts#edit

cama_admin_post_type_draft_path GET /admin/post_type/:post_type_id/drafts/:id(.:format)

camaleon_cms/admin/posts/drafts#show

PATCH /admin/post_type/:post_type_id/drafts/:id(.:format)

camaleon_cms/admin/posts/drafts#update

PUT /admin/post_type/:post_type_id/drafts/:id(.:format)

camaleon_cms/admin/posts/drafts#update

DELETE /admin/post_type/:post_type_id/drafts/:id(.:format)

camaleon_cms/admin/posts/drafts#destroy

cama_admin_post_type_index_path GET /admin/post_type(.:format)

camaleon_cms/admin/post_type#index

POST /admin/post_type(.:format)

camaleon_cms/admin/post_type#create

new_cama_admin_post_type_path GET /admin/post_type/new(.:format)

camaleon_cms/admin/post_type#new

edit_cama_admin_post_type_path GET /admin/post_type/:id/edit(.:format)

camaleon_cms/admin/post_type#edit

cama_admin_post_type_path GET /admin/post_type/:id(.:format)

camaleon_cms/admin/post_type#show

PATCH /admin/post_type/:id(.:format)

camaleon_cms/admin/post_type#update

PUT /admin/post_type/:id(.:format)

camaleon_cms/admin/post_type#update

DELETE /admin/post_type/:id(.:format)

camaleon_cms/admin/post_type#destroy

cama_admin_post_type_taxonomy_posts_path GET /admin/post_type/:post_type_id/:taxonomy/:taxonomy_id/posts(.:format)

camaleon_cms/admin/posts#index

cama_admin_profile_path GET /admin/profile(.:format)

camaleon_cms/admin/users#profile

cama_admin_profile_edit_path GET|POST|PATCH /admin/profile/edit(.:format)

camaleon_cms/admin/users#profile_edit

cama_admin_user_updated_ajax_path PATCH /admin/users/:user_id/updated_ajax(.:format)

camaleon_cms/admin/users#updated_ajax

impersonate_cama_admin_user_path GET /admin/users/:id/impersonate(.:format)

camaleon_cms/admin/users#impersonate

cama_admin_users_path GET /admin/users(.:format)

camaleon_cms/admin/users#index

POST /admin/users(.:format)

camaleon_cms/admin/users#create

new_cama_admin_user_path GET /admin/users/new(.:format)

camaleon_cms/admin/users#new

edit_cama_admin_user_path GET /admin/users/:id/edit(.:format)

camaleon_cms/admin/users#edit

cama_admin_user_path GET /admin/users/:id(.:format)

camaleon_cms/admin/users#show

PATCH /admin/users/:id(.:format)

camaleon_cms/admin/users#update

PUT /admin/users/:id(.:format)

camaleon_cms/admin/users#update

DELETE /admin/users/:id(.:format)

camaleon_cms/admin/users#destroy

cama_admin_user_roles_path GET /admin/user_roles(.:format)

camaleon_cms/admin/user_roles#index

POST /admin/user_roles(.:format)

camaleon_cms/admin/user_roles#create

new_cama_admin_user_role_path GET /admin/user_roles/new(.:format)

camaleon_cms/admin/user_roles#new

edit_cama_admin_user_role_path GET /admin/user_roles/:id/edit(.:format)

camaleon_cms/admin/user_roles#edit

cama_admin_user_role_path GET /admin/user_roles/:id(.:format)

camaleon_cms/admin/user_roles#show

PATCH /admin/user_roles/:id(.:format)

camaleon_cms/admin/user_roles#update

PUT /admin/user_roles/:id(.:format)

camaleon_cms/admin/user_roles#update

DELETE /admin/user_roles/:id(.:format)

camaleon_cms/admin/user_roles#destroy

cama_admin_settings_post_types_path GET /admin/settings/post_types(.:format)

camaleon_cms/admin/settings/post_types#index

POST /admin/settings/post_types(.:format)

camaleon_cms/admin/settings/post_types#create

new_cama_admin_settings_post_type_path GET /admin/settings/post_types/new(.:format)

camaleon_cms/admin/settings/post_types#new

edit_cama_admin_settings_post_type_path GET /admin/settings/post_types/:id/edit(.:format)

camaleon_cms/admin/settings/post_types#edit

cama_admin_settings_post_type_path GET /admin/settings/post_types/:id(.:format)

camaleon_cms/admin/settings/post_types#show

PATCH /admin/settings/post_types/:id(.:format)

camaleon_cms/admin/settings/post_types#update

PUT /admin/settings/post_types/:id(.:format)

camaleon_cms/admin/settings/post_types#update

DELETE /admin/settings/post_types/:id(.:format)

camaleon_cms/admin/settings/post_types#destroy

get_items_cama_admin_settings_custom_fields_path POST /admin/settings/custom_fields/get_items/:key(.:format)

camaleon_cms/admin/settings/custom_fields#get_items

reorder_cama_admin_settings_custom_fields_path POST /admin/settings/custom_fields/reorder(.:format)

camaleon_cms/admin/settings/custom_fields#reorder

list_cama_admin_settings_custom_fields_path GET /admin/settings/custom_fields/list(.:format)

camaleon_cms/admin/settings/custom_fields#list

cama_admin_settings_custom_fields_path GET /admin/settings/custom_fields(.:format)

camaleon_cms/admin/settings/custom_fields#index

POST /admin/settings/custom_fields(.:format)

camaleon_cms/admin/settings/custom_fields#create

new_cama_admin_settings_custom_field_path GET /admin/settings/custom_fields/new(.:format)

camaleon_cms/admin/settings/custom_fields#new

edit_cama_admin_settings_custom_field_path GET /admin/settings/custom_fields/:id/edit(.:format)

camaleon_cms/admin/settings/custom_fields#edit

cama_admin_settings_custom_field_path GET /admin/settings/custom_fields/:id(.:format)

camaleon_cms/admin/settings/custom_fields#show

PATCH /admin/settings/custom_fields/:id(.:format)

camaleon_cms/admin/settings/custom_fields#update

PUT /admin/settings/custom_fields/:id(.:format)

camaleon_cms/admin/settings/custom_fields#update

DELETE /admin/settings/custom_fields/:id(.:format)

camaleon_cms/admin/settings/custom_fields#destroy

cama_admin_settings_site_path GET /admin/settings/site(.:format)

camaleon_cms/admin/settings#site

cama_admin_settings_test_email_path GET /admin/settings/test_email(.:format)

camaleon_cms/admin/settings#test_email

cama_admin_settings_theme_path GET /admin/settings/theme(.:format)

camaleon_cms/admin/settings#theme

cama_admin_settings_save_theme_path POST /admin/settings/save_theme(.:format)

camaleon_cms/admin/settings#save_theme

cama_admin_settings_languages_path GET /admin/settings/languages(.:format)

camaleon_cms/admin/settings#languages

cama_admin_settings_shortcodes_path GET /admin/settings/shortcodes(.:format)

camaleon_cms/admin/settings#shortcodes

POST /admin/settings/languages(.:format)

camaleon_cms/admin/settings#save_languages

cama_admin_settings_site_saved_path PATCH /admin/settings/site_saved(.:format)

camaleon_cms/admin/settings#site_saved

cama_admin_settings_sites_path GET /admin/settings/sites(.:format)

camaleon_cms/admin/settings/sites#index

POST /admin/settings/sites(.:format)

camaleon_cms/admin/settings/sites#create

new_cama_admin_settings_site_path GET /admin/settings/sites/new(.:format)

camaleon_cms/admin/settings/sites#new

edit_cama_admin_settings_site_path GET /admin/settings/sites/:id/edit(.:format)

camaleon_cms/admin/settings/sites#edit

GET /admin/settings/sites/:id(.:format)

camaleon_cms/admin/settings/sites#show

PATCH /admin/settings/sites/:id(.:format)

camaleon_cms/admin/settings/sites#update

PUT /admin/settings/sites/:id(.:format)

camaleon_cms/admin/settings/sites#update

DELETE /admin/settings/sites/:id(.:format)

camaleon_cms/admin/settings/sites#destroy

cama_admin_comments_path GET /admin/comments(.:format)

camaleon_cms/admin/comments#list

cama_admin_post_comment_answer_path GET /admin/posts/:post_id/comments/:comment_id/answer(.:format)

camaleon_cms/admin/comments#answer

cama_admin_post_comment_save_answer_path POST /admin/posts/:post_id/comments/:comment_id/save_answer(.:format)

camaleon_cms/admin/comments#save_answer

cama_admin_post_comment_toggle_status_path GET /admin/posts/:post_id/comments/:comment_id/toggle_status(.:format)

camaleon_cms/admin/comments#toggle_status

cama_admin_post_comments_path GET /admin/posts/:post_id/comments(.:format)

camaleon_cms/admin/comments#index

POST /admin/posts/:post_id/comments(.:format)

camaleon_cms/admin/comments#create

new_cama_admin_post_comment_path GET /admin/posts/:post_id/comments/new(.:format)

camaleon_cms/admin/comments#new

edit_cama_admin_post_comment_path GET /admin/posts/:post_id/comments/:id/edit(.:format)

camaleon_cms/admin/comments#edit

cama_admin_post_comment_path GET /admin/posts/:post_id/comments/:id(.:format)

camaleon_cms/admin/comments#show

PATCH /admin/posts/:post_id/comments/:id(.:format)

camaleon_cms/admin/comments#update

PUT /admin/posts/:post_id/comments/:id(.:format)

camaleon_cms/admin/comments#update

DELETE /admin/posts/:post_id/comments/:id(.:format)

camaleon_cms/admin/comments#destroy

cama_admin_appearances_widgets_path GET|DELETE /admin/appearances/widgets(.:format)

camaleon_cms/admin/appearances#widgets

cama_admin_appearances_widgets_save_path POST|PATCH /admin/appearances/widgets_save(.:format)

camaleon_cms/admin/appearances#widgets_save

cama_admin_appearances_widget_delete_path GET|PATCH /admin/appearances/widget_delete(.:format)

camaleon_cms/admin/appearances#widget_delete

cama_admin_appearances_render_form_path GET /admin/appearances/render_form(.:format)

camaleon_cms/admin/appearances#render_form

preview_cama_admin_appearances_themes_path GET /admin/appearances/themes/preview(.:format)

camaleon_cms/admin/appearances/themes#preview

load_data_cama_admin_appearances_themes_path GET|POST|PATCH /admin/appearances/themes/load_data(.:format)

camaleon_cms/admin/appearances/themes#load_data

cama_admin_appearances_themes_path GET /admin/appearances/themes(.:format)

camaleon_cms/admin/appearances/themes#index

cama_admin_appearances_nav_menu_delete_menu_item_path GET /admin/appearances/nav_menus/:nav_menu_id/item_delete/:id(.:format)

camaleon_cms/admin/appearances/nav_menus#delete_menu_item

cama_admin_appearances_nav_menu_custom_settings_path GET /admin/appearances/nav_menus/:nav_menu_id/custom_settings/:id(.:format)

camaleon_cms/admin/appearances/nav_menus#custom_settings

cama_admin_appearances_nav_menu_save_custom_settings_path POST /admin/appearances/nav_menus/:nav_menu_id/save_custom_settings/:id(.:format)

camaleon_cms/admin/appearances/nav_menus#save_custom_settings

cama_admin_appearances_nav_menu_edit_menu_item_path GET /admin/appearances/nav_menus/:nav_menu_id/edit_menu_item/:id(.:format)

camaleon_cms/admin/appearances/nav_menus#edit_menu_item

cama_admin_appearances_nav_menu_update_menu_item_path POST /admin/appearances/nav_menus/:nav_menu_id/update_menu_item/:id(.:format)

camaleon_cms/admin/appearances/nav_menus#update_menu_item

cama_admin_appearances_nav_menu_add_items_path POST /admin/appearances/nav_menus/:nav_menu_id/add_items(.:format)

camaleon_cms/admin/appearances/nav_menus#add_items

cama_admin_appearances_nav_menu_reorder_items_path POST /admin/appearances/nav_menus/:nav_menu_id/reorder_items(.:format)

camaleon_cms/admin/appearances/nav_menus#reorder_items

cama_admin_appearances_nav_menus_path GET /admin/appearances/nav_menus(.:format)

camaleon_cms/admin/appearances/nav_menus#index

POST /admin/appearances/nav_menus(.:format)

camaleon_cms/admin/appearances/nav_menus#create

new_cama_admin_appearances_nav_menu_path GET /admin/appearances/nav_menus/new(.:format)

camaleon_cms/admin/appearances/nav_menus#new

edit_cama_admin_appearances_nav_menu_path GET /admin/appearances/nav_menus/:id/edit(.:format)

camaleon_cms/admin/appearances/nav_menus#edit

cama_admin_appearances_nav_menu_path PATCH /admin/appearances/nav_menus/:id(.:format)

camaleon_cms/admin/appearances/nav_menus#update

PUT /admin/appearances/nav_menus/:id(.:format)

camaleon_cms/admin/appearances/nav_menus#update

DELETE /admin/appearances/nav_menus/:id(.:format)

camaleon_cms/admin/appearances/nav_menus#destroy

cama_admin_appearances_nav_menus_menu_path GET /admin/appearances/nav_menus/menu(.:format)

camaleon_cms/admin/appearances/nav_menus#index

cama_admin_appearances_widgets_main_index_path GET /admin/appearances/widgets/main(.:format)

camaleon_cms/admin/appearances/widgets/main#index

POST /admin/appearances/widgets/main(.:format)

camaleon_cms/admin/appearances/widgets/main#create

new_cama_admin_appearances_widgets_main_path GET /admin/appearances/widgets/main/new(.:format)

camaleon_cms/admin/appearances/widgets/main#new

edit_cama_admin_appearances_widgets_main_path GET /admin/appearances/widgets/main/:id/edit(.:format)

camaleon_cms/admin/appearances/widgets/main#edit

cama_admin_appearances_widgets_main_path PATCH /admin/appearances/widgets/main/:id(.:format)

camaleon_cms/admin/appearances/widgets/main#update

PUT /admin/appearances/widgets/main/:id(.:format)

camaleon_cms/admin/appearances/widgets/main#update

DELETE /admin/appearances/widgets/main/:id(.:format)

camaleon_cms/admin/appearances/widgets/main#destroy

cama_admin_appearances_widgets_sidebar_reorder_path POST /admin/appearances/widgets/sidebar/:sidebar_id/reorder(.:format)

camaleon_cms/admin/appearances/widgets/sidebar#reorder

cama_admin_appearances_widgets_sidebar_assign_index_path POST /admin/appearances/widgets/sidebar/:sidebar_id/assign(.:format)

camaleon_cms/admin/appearances/widgets/assign#create

new_cama_admin_appearances_widgets_sidebar_assign_path GET /admin/appearances/widgets/sidebar/:sidebar_id/assign/new(.:format)

camaleon_cms/admin/appearances/widgets/assign#new

edit_cama_admin_appearances_widgets_sidebar_assign_path GET /admin/appearances/widgets/sidebar/:sidebar_id/assign/:id/edit(.:format)

camaleon_cms/admin/appearances/widgets/assign#edit

cama_admin_appearances_widgets_sidebar_assign_path PATCH /admin/appearances/widgets/sidebar/:sidebar_id/assign/:id(.:format)

camaleon_cms/admin/appearances/widgets/assign#update

PUT /admin/appearances/widgets/sidebar/:sidebar_id/assign/:id(.:format)

camaleon_cms/admin/appearances/widgets/assign#update

DELETE /admin/appearances/widgets/sidebar/:sidebar_id/assign/:id(.:format)

camaleon_cms/admin/appearances/widgets/assign#destroy

cama_admin_appearances_widgets_sidebar_index_path GET /admin/appearances/widgets/sidebar(.:format)

camaleon_cms/admin/appearances/widgets/sidebar#index

POST /admin/appearances/widgets/sidebar(.:format)

camaleon_cms/admin/appearances/widgets/sidebar#create

new_cama_admin_appearances_widgets_sidebar_path GET /admin/appearances/widgets/sidebar/new(.:format)

camaleon_cms/admin/appearances/widgets/sidebar#new

edit_cama_admin_appearances_widgets_sidebar_path GET /admin/appearances/widgets/sidebar/:id/edit(.:format)

camaleon_cms/admin/appearances/widgets/sidebar#edit

cama_admin_appearances_widgets_sidebar_path PATCH /admin/appearances/widgets/sidebar/:id(.:format)

camaleon_cms/admin/appearances/widgets/sidebar#update

PUT /admin/appearances/widgets/sidebar/:id(.:format)

camaleon_cms/admin/appearances/widgets/sidebar#update

DELETE /admin/appearances/widgets/sidebar/:id(.:format)

camaleon_cms/admin/appearances/widgets/sidebar#destroy

toggle_cama_admin_plugins_path GET /admin/plugins/toggle(.:format)

camaleon_cms/admin/plugins#toggle

cama_admin_plugin_upgrade_path GET /admin/plugins/:plugin_id/upgrade(.:format)

camaleon_cms/admin/plugins#upgrade

cama_admin_plugins_path GET /admin/plugins(.:format)

camaleon_cms/admin/plugins#index

cama_admin_plugin_path DELETE /admin/plugins/:id(.:format)

camaleon_cms/admin/plugins#destroy

save_cama_admin_installers_path POST /admin/installers/save(.:format)

camaleon_cms/admin/installers#save

welcome_cama_admin_installers_path GET /admin/installers/welcome(.:format)

camaleon_cms/admin/installers#welcome

cama_admin_installers_path GET /admin/installers(.:format)

camaleon_cms/admin/installers#index

crop_cama_admin_media_path /admin/media/crop(.:format)

camaleon_cms/admin/media#crop

ajax_cama_admin_media_path GET /admin/media/ajax(.:format)

camaleon_cms/admin/media#ajax

download_private_file_cama_admin_media_path GET /admin/media/download_private_file(.:format)

camaleon_cms/admin/media#download_private_file

upload_cama_admin_media_path POST /admin/media/upload(.:format)

camaleon_cms/admin/media#upload

actions_cama_admin_media_path POST /admin/media/actions(.:format)

camaleon_cms/admin/media#actions

cama_admin_media_path GET /admin/media(.:format)

camaleon_cms/admin/media#index

admin_plugins_attack_settings_path GET /admin/plugins/attack/settings(.:format)

plugins/attack/admin#settings

POST /admin/plugins/attack/settings(.:format)

plugins/attack/admin#save_settings

admin_plugins_front_cache_settings_path GET /admin/plugins/front_cache/settings(.:format)

plugins/front_cache/admin#settings

admin_plugins_front_cache_clean_path GET /admin/plugins/front_cache/clean(.:format)

plugins/front_cache/admin#clean_cache

POST /admin/plugins/front_cache/settings(.:format)

plugins/front_cache/admin#save_settings

GET /admin/*path(.:format)

camaleon_cms/admin#render_error {:error_msg=>"Invalid route"}

cama_root_path GET /(:locale)(.:format)

camaleon_cms/frontend#index {:locale=>/en/}

cama_index_path GET (/:locale)/index(.:format)

camaleon_cms/frontend#index {:locale=>/en/}

cama_post_type_path GET (/:locale)/:label/:post_type_id-:title(.:format)

camaleon_cms/frontend#post_type {:locale=>/en/}

cama_post_of_post_type_path GET (/:locale)/:label/:post_type_id-:title/:slug(.:format)

camaleon_cms/frontend#post {:locale=>/en/}

cama_category_path GET (/:locale)/:label/:category_id-:title(.:format)

camaleon_cms/frontend#category {:locale=>/en/}

cama_post_of_category_path GET (/:locale)/:label_cat/:category_id-:title/:slug(.:format)

camaleon_cms/frontend#post {:locale=>/en/}

cama_post_of_category_post_type_path GET (/:locale)/:post_type_title/:label_cat/:category_id-:title/:slug(.:format)

camaleon_cms/frontend#post {:locale=>/en/}

cama_post_tag_path GET (/:locale)/:label/:post_tag_id-:title(.:format)

camaleon_cms/frontend#post_tag {:locale=>/en/}

cama_post_of_tag_path GET (/:locale)/:label/:post_tag_id-:title/:slug(.:format)

camaleon_cms/frontend#post {:locale=>/en/}

cama_post_tag_simple_path GET (/:locale)/:label/:post_tag_slug(.:format)

camaleon_cms/frontend#post_tag {:locale=>/en/}

cama_profile_path GET (/:locale)/:label/:user_id-:user_name(.:format)

camaleon_cms/frontend#profile {:label=>"profile", :locale=>/en/}

cama_search_path GET (/:locale)/:label(.:format)

camaleon_cms/frontend#search {:label=>"search", :locale=>/en/}

cama_post_of_posttype_path GET (/:locale)/:post_type_title/:slug(.:format)

camaleon_cms/frontend#post {:locale=>/en/}

cama_save_comment_path POST (/:locale)/save_comment/:post_id(.:format)

camaleon_cms/frontend#save_comment {:locale=>/en/}

cama_save_form_path POST (/:locale)/save_form(.:format)

camaleon_cms/frontend#save_form {:locale=>/en/}

cama_sitemap_path GET (/:locale)/sitemap(.:format)

camaleon_cms/frontend#sitemap {:format=>:xml, :locale=>/en/}

cama_robots_path GET (/:locale)/robots(.:format)

camaleon_cms/frontend#robots {:format=>:txt, :locale=>/en/}

cama_rss_path GET (/:locale)/rss(.:format)

camaleon_cms/frontend#rss {:format=>"rss", :locale=>/en/}

cama_ajax_path GET (/:locale)/ajax(.:format)

camaleon_cms/frontend#ajax {:locale=>/en/}

cama_post_type_2_path GET (/:locale)/:post_type_slug(.:format)

camaleon_cms/frontend#post_type {:post_type_id=>2, :locale=>/en/}

cama_post_type_7_path GET (/:locale)/:post_type_slug(.:format)

camaleon_cms/frontend#post_type {:post_type_id=>7, :locale=>/en/}

cama_post_type_18_path GET (/:locale)/:post_type_slug(.:format)

camaleon_cms/frontend#post_type {:post_type_id=>18, :locale=>/en/}

cama_post_type_61_path GET (/:locale)/:post_type_slug(.:format)

camaleon_cms/frontend#post_type {:post_type_id=>61, :locale=>/en/}

cama_post_type_44_path GET (/:locale)/:post_type_slug(.:format)

camaleon_cms/frontend#post_type {:post_type_id=>44, :locale=>/en/}

cama_post_type_21_path GET (/:locale)/:post_type_slug(.:format)

camaleon_cms/frontend#post_type {:post_type_id=>21, :locale=>/en/}

cama_post_type_22_path GET (/:locale)/:post_type_slug(.:format)

camaleon_cms/frontend#post_type {:post_type_id=>22, :locale=>/en/}

cama_post_type_23_path GET (/:locale)/:post_type_slug(.:format)

camaleon_cms/frontend#post_type {:post_type_id=>23, :locale=>/en/}

cama_post_type_45_path GET (/:locale)/:post_type_slug(.:format)

camaleon_cms/frontend#post_type {:post_type_id=>45, :locale=>/en/}

cama_post_type_60_path GET (/:locale)/:post_type_slug(.:format)

camaleon_cms/frontend#post_type {:post_type_id=>60, :locale=>/en/}

cama_post_type_34_path GET (/:locale)/:post_type_slug(.:format)

camaleon_cms/frontend#post_type {:post_type_id=>34, :locale=>/en/}

cama_post_type_69_path GET (/:locale)/:post_type_slug(.:format)

camaleon_cms/frontend#post_type {:post_type_id=>69, :locale=>/en/}

cama_hierarchy_post_path GET (/:locale)/:parent_title/*slug(.:format)

camaleon_cms/frontend#post {:format=>/html|rss|json/, :locale=>/en/}

cama_post_path GET (/:locale)/:slug(.:format)

camaleon_cms/frontend#post {:format=>/html|rss|json/, :locale=>/en/, :slug=>/[a-zA-Z0-9_=\s-]+/}

Routes for Spree::Core::Engine
admin_competition_competition_entries_path GET /admin/competitions/:competition_id/competition_entries(.:format)

spree/admin/competition_entries#index

admin_competition_competition_entry_path GET /admin/competitions/:competition_id/competition_entries/:id(.:format)

spree/admin/competition_entries#show

admin_competitions_path GET /admin/competitions(.:format)

spree/admin/competitions#index

POST /admin/competitions(.:format)

spree/admin/competitions#create

new_admin_competition_path GET /admin/competitions/new(.:format)

spree/admin/competitions#new

edit_admin_competition_path GET /admin/competitions/:id/edit(.:format)

spree/admin/competitions#edit

admin_competition_path GET /admin/competitions/:id(.:format)

spree/admin/competitions#show

PATCH /admin/competitions/:id(.:format)

spree/admin/competitions#update

PUT /admin/competitions/:id(.:format)

spree/admin/competitions#update

DELETE /admin/competitions/:id(.:format)

spree/admin/competitions#destroy

admin_holidays_path GET /admin/holidays(.:format)

spree/admin/holidays#index

POST /admin/holidays(.:format)

spree/admin/holidays#create

new_admin_holiday_path GET /admin/holidays/new(.:format)

spree/admin/holidays#new

edit_admin_holiday_path GET /admin/holidays/:id/edit(.:format)

spree/admin/holidays#edit

admin_holiday_path GET /admin/holidays/:id(.:format)

spree/admin/holidays#show

PATCH /admin/holidays/:id(.:format)

spree/admin/holidays#update

PUT /admin/holidays/:id(.:format)

spree/admin/holidays#update

DELETE /admin/holidays/:id(.:format)

spree/admin/holidays#destroy

approve_admin_linked_account_path GET /admin/linked_accounts/:id/approve(.:format)

spree/admin/linked_accounts#approve

decline_admin_linked_account_path GET /admin/linked_accounts/:id/decline(.:format)

spree/admin/linked_accounts#decline

admin_linked_accounts_path GET /admin/linked_accounts(.:format)

spree/admin/linked_accounts#index

admin_linked_account_path DELETE /admin/linked_accounts/:id(.:format)

spree/admin/linked_accounts#destroy

admin_maintenance_path GET /admin/maintenance(.:format)

spree/admin/maintenance#index

admin_maintenance_products_without_images_path GET /admin/maintenance/products-without-images(.:format)

spree/admin/maintenance#products_without_images

admin_maintenance_products_without_descriptions_path GET /admin/maintenance/products-without-descriptions(.:format)

spree/admin/maintenance#products_without_descriptions

admin_order_unity_path GET /admin/orders/:number/unity(.:format)

spree/admin/orders#unity

admin_order_process_unity_path GET /admin/orders/:number/process(.:format)

spree/admin/orders#process_order

admin_order_refresh_unity_path GET /admin/orders/:number/refresh(.:format)

spree/admin/orders#refresh

admin_products_unity_refresh_path POST /admin/products/unity/refresh(.:format)

spree/admin/products#refresh_products

admin_further_information_path GET /admin/products/:product_slug/further_information(.:format)

spree/admin/products#further_information

admin_product_unity_path GET /admin/products/:product_slug/unity(.:format)

spree/admin/products#unity

admin_variant_unity_path GET /admin/products/:product_slug/variants/:variant_id/unity(.:format)

spree/admin/variants#unity

admin_product_refresh_path GET /admin/products/:product_slug/refresh(.:format)

spree/admin/products#refresh

admin_product_google_shopping_path POST /admin/products/:product_slug/google_shopping(.:format)

spree/admin/products#google_shopping

admin_product_variant_refresh_path GET /admin/products/:product_slug/variants/:variant_id/refresh(.:format)

spree/admin/variants#refresh

admin_product_documents_index_path GET /admin/products/:product_slug/documents(.:format)

spree/admin/products#documents

admin_product_documents_create_path POST /admin/products/:product_slug/documents(.:format)

spree/admin/products#documents

admin_admin_product_documents_delete_path DELETE /admin/products/:product_slug/documents/:document_id(.:format)

spree/admin/products#delete_document

admin_redirects_upload_path GET /admin/redirects/upload(.:format)

spree/admin/redirects#upload

admin_post_redirects_upload_path POST /admin/redirects/upload(.:format)

spree/admin/redirects#upload

admin_redirects_path GET /admin/redirects(.:format)

spree/admin/redirects#index

POST /admin/redirects(.:format)

spree/admin/redirects#create

new_admin_redirect_path GET /admin/redirects/new(.:format)

spree/admin/redirects#new

edit_admin_redirect_path GET /admin/redirects/:id/edit(.:format)

spree/admin/redirects#edit

admin_redirect_path GET /admin/redirects/:id(.:format)

spree/admin/redirects#show

PATCH /admin/redirects/:id(.:format)

spree/admin/redirects#update

PUT /admin/redirects/:id(.:format)

spree/admin/redirects#update

DELETE /admin/redirects/:id(.:format)

spree/admin/redirects#destroy

admin_registrations_path GET /admin/registrations(.:format)

spree/admin/registrations#index

edit_admin_registration_path GET /admin/registrations/:id/edit(.:format)

spree/admin/registrations#edit

admin_registration_path GET /admin/registrations/:id(.:format)

spree/admin/registrations#show

admin_admin_registrations_index_path POST /admin/registrations(.:format)

spree/admin/registrations#index

admin_registrations_approve_path GET|POST /admin/registrations/:id/approve(.:format)

spree/admin/registrations#approve

admin_registrations_decline_path GET|POST /admin/registrations/:id/decline(.:format)

spree/admin/registrations#decline

admin_admin_registrations_delete_path DELETE /admin/registrations/:id(.:format)

spree/admin/registrations#destroy

admin_representatives_path GET /admin/representatives(.:format)

spree/admin/representatives#index

POST /admin/representatives(.:format)

spree/admin/representatives#create

new_admin_representative_path GET /admin/representatives/new(.:format)

spree/admin/representatives#new

edit_admin_representative_path GET /admin/representatives/:id/edit(.:format)

spree/admin/representatives#edit

admin_representative_path GET /admin/representatives/:id(.:format)

spree/admin/representatives#show

PATCH /admin/representatives/:id(.:format)

spree/admin/representatives#update

PUT /admin/representatives/:id(.:format)

spree/admin/representatives#update

DELETE /admin/representatives/:id(.:format)

spree/admin/representatives#destroy

admin_unity_customers_path GET /admin/unity-customers(.:format)

spree/admin/unity_customers#index

admin_edit_unity_customer_path GET /admin/unity-customers/:id/edit(.:format)

spree/admin/unity_customers#edit

admin_unity_customer_path PATCH /admin/unity-customers/:id(.:format)

spree/admin/unity_customers#update

admin_unity_import_path GET|POST /admin/unity/import(.:format)

spree/admin/unity#import

admin_unity_path GET|POST /admin/unity(.:format)

spree/admin/unity#index

admin_user_verify_path GET /admin/users/:id/verify(.:format)

spree/admin/users#verify

admin_user_unity_path GET|PUT /admin/users/:id/unity(.:format)

spree/admin/users#unity

edit_order_path GET /orders/:id/edit(.:format)

spree/orders#edit

order_path GET /orders/:id(.:format)

spree/orders#show

PATCH /orders/:id(.:format)

spree/orders#update

PUT /orders/:id(.:format)

spree/orders#update

admin_unauthorized_path GET /admin/authorization_failure(.:format)

spree/admin/user_sessions#authorization_failure

admin_login_path GET /admin/login(.:format)

spree/admin/user_sessions#new

admin_create_new_session_path POST /admin/login(.:format)

spree/admin/user_sessions#create

admin_logout_path DELETE /admin/logout(.:format)

spree/admin/user_sessions#destroy

admin_recover_password_path GET /admin/password/recover(.:format)

spree/admin/user_passwords#new

admin_reset_password_path POST /admin/password/recover(.:format)

spree/admin/user_passwords#create

admin_edit_password_path GET /admin/password/change(.:format)

spree/admin/user_passwords#edit

admin_update_password_path PUT /admin/password/change(.:format)

spree/admin/user_passwords#update

admin_search_users_path GET /admin/search/users(.:format)

spree/admin/search#users

admin_search_products_path GET /admin/search/products(.:format)

spree/admin/search#products

admin_set_locale_path PUT /admin/locale/set(.:format)

spree/admin/locale#set {:format=>:json}

admin_set_theme_path PUT /admin/theme/set(.:format)

spree/admin/theme#set {:format=>:json}

home_admin_dashboards_path GET /admin/dashboards/home(.:format)

spree/admin/dashboards#home

admin_promotion_promotion_rules_path GET /admin/promotions/:promotion_id/promotion_rules(.:format)

spree/admin/promotion_rules#index

POST /admin/promotions/:promotion_id/promotion_rules(.:format)

spree/admin/promotion_rules#create

new_admin_promotion_promotion_rule_path GET /admin/promotions/:promotion_id/promotion_rules/new(.:format)

spree/admin/promotion_rules#new

edit_admin_promotion_promotion_rule_path GET /admin/promotions/:promotion_id/promotion_rules/:id/edit(.:format)

spree/admin/promotion_rules#edit

admin_promotion_promotion_rule_path GET /admin/promotions/:promotion_id/promotion_rules/:id(.:format)

spree/admin/promotion_rules#show

PATCH /admin/promotions/:promotion_id/promotion_rules/:id(.:format)

spree/admin/promotion_rules#update

PUT /admin/promotions/:promotion_id/promotion_rules/:id(.:format)

spree/admin/promotion_rules#update

DELETE /admin/promotions/:promotion_id/promotion_rules/:id(.:format)

spree/admin/promotion_rules#destroy

admin_promotion_promotion_actions_path GET /admin/promotions/:promotion_id/promotion_actions(.:format)

spree/admin/promotion_actions#index

POST /admin/promotions/:promotion_id/promotion_actions(.:format)

spree/admin/promotion_actions#create

new_admin_promotion_promotion_action_path GET /admin/promotions/:promotion_id/promotion_actions/new(.:format)

spree/admin/promotion_actions#new

edit_admin_promotion_promotion_action_path GET /admin/promotions/:promotion_id/promotion_actions/:id/edit(.:format)

spree/admin/promotion_actions#edit

admin_promotion_promotion_action_path GET /admin/promotions/:promotion_id/promotion_actions/:id(.:format)

spree/admin/promotion_actions#show

PATCH /admin/promotions/:promotion_id/promotion_actions/:id(.:format)

spree/admin/promotion_actions#update

PUT /admin/promotions/:promotion_id/promotion_actions/:id(.:format)

spree/admin/promotion_actions#update

DELETE /admin/promotions/:promotion_id/promotion_actions/:id(.:format)

spree/admin/promotion_actions#destroy

admin_promotion_promotion_codes_path GET /admin/promotions/:promotion_id/promotion_codes(.:format)

spree/admin/promotion_codes#index

POST /admin/promotions/:promotion_id/promotion_codes(.:format)

spree/admin/promotion_codes#create

new_admin_promotion_promotion_code_path GET /admin/promotions/:promotion_id/promotion_codes/new(.:format)

spree/admin/promotion_codes#new

admin_promotion_promotion_code_batch_download_path GET /admin/promotions/:promotion_id/promotion_code_batches/:promotion_code_batch_id/download(.:format)

spree/admin/promotion_code_batches#download {:format=>"csv"}

admin_promotion_promotion_code_batches_path GET /admin/promotions/:promotion_id/promotion_code_batches(.:format)

spree/admin/promotion_code_batches#index

POST /admin/promotions/:promotion_id/promotion_code_batches(.:format)

spree/admin/promotion_code_batches#create

new_admin_promotion_promotion_code_batch_path GET /admin/promotions/:promotion_id/promotion_code_batches/new(.:format)

spree/admin/promotion_code_batches#new

admin_promotions_path GET /admin/promotions(.:format)

spree/admin/promotions#index

POST /admin/promotions(.:format)

spree/admin/promotions#create

new_admin_promotion_path GET /admin/promotions/new(.:format)

spree/admin/promotions#new

edit_admin_promotion_path GET /admin/promotions/:id/edit(.:format)

spree/admin/promotions#edit

admin_promotion_path GET /admin/promotions/:id(.:format)

spree/admin/promotions#show

PATCH /admin/promotions/:id(.:format)

spree/admin/promotions#update

PUT /admin/promotions/:id(.:format)

spree/admin/promotions#update

DELETE /admin/promotions/:id(.:format)

spree/admin/promotions#destroy

admin_promotion_categories_path GET /admin/promotion_categories(.:format)

spree/admin/promotion_categories#index

POST /admin/promotion_categories(.:format)

spree/admin/promotion_categories#create

new_admin_promotion_category_path GET /admin/promotion_categories/new(.:format)

spree/admin/promotion_categories#new

edit_admin_promotion_category_path GET /admin/promotion_categories/:id/edit(.:format)

spree/admin/promotion_categories#edit

admin_promotion_category_path PATCH /admin/promotion_categories/:id(.:format)

spree/admin/promotion_categories#update

PUT /admin/promotion_categories/:id(.:format)

spree/admin/promotion_categories#update

DELETE /admin/promotion_categories/:id(.:format)

spree/admin/promotion_categories#destroy

admin_zones_path GET /admin/zones(.:format)

spree/admin/zones#index

POST /admin/zones(.:format)

spree/admin/zones#create

new_admin_zone_path GET /admin/zones/new(.:format)

spree/admin/zones#new

edit_admin_zone_path GET /admin/zones/:id/edit(.:format)

spree/admin/zones#edit

admin_zone_path GET /admin/zones/:id(.:format)

spree/admin/zones#show

PATCH /admin/zones/:id(.:format)

spree/admin/zones#update

PUT /admin/zones/:id(.:format)

spree/admin/zones#update

DELETE /admin/zones/:id(.:format)

spree/admin/zones#destroy

admin_tax_categories_path GET /admin/tax_categories(.:format)

spree/admin/tax_categories#index

POST /admin/tax_categories(.:format)

spree/admin/tax_categories#create

new_admin_tax_category_path GET /admin/tax_categories/new(.:format)

spree/admin/tax_categories#new

edit_admin_tax_category_path GET /admin/tax_categories/:id/edit(.:format)

spree/admin/tax_categories#edit

admin_tax_category_path GET /admin/tax_categories/:id(.:format)

spree/admin/tax_categories#show

PATCH /admin/tax_categories/:id(.:format)

spree/admin/tax_categories#update

PUT /admin/tax_categories/:id(.:format)

spree/admin/tax_categories#update

DELETE /admin/tax_categories/:id(.:format)

spree/admin/tax_categories#destroy

update_positions_admin_product_product_properties_path POST /admin/products/:product_id/product_properties/update_positions(.:format)

spree/admin/product_properties#update_positions

admin_product_product_properties_path GET /admin/products/:product_id/product_properties(.:format)

spree/admin/product_properties#index

POST /admin/products/:product_id/product_properties(.:format)

spree/admin/product_properties#create

new_admin_product_product_property_path GET /admin/products/:product_id/product_properties/new(.:format)

spree/admin/product_properties#new

edit_admin_product_product_property_path GET /admin/products/:product_id/product_properties/:id/edit(.:format)

spree/admin/product_properties#edit

admin_product_product_property_path GET /admin/products/:product_id/product_properties/:id(.:format)

spree/admin/product_properties#show

PATCH /admin/products/:product_id/product_properties/:id(.:format)

spree/admin/product_properties#update

PUT /admin/products/:product_id/product_properties/:id(.:format)

spree/admin/product_properties#update

DELETE /admin/products/:product_id/product_properties/:id(.:format)

spree/admin/product_properties#destroy

update_positions_admin_product_variant_property_rule_values_path POST /admin/products/:product_id/variant_property_rule_values/update_positions(.:format)

spree/admin/variant_property_rule_values#update_positions

admin_product_variant_property_rule_value_path DELETE /admin/products/:product_id/variant_property_rule_values/:id(.:format)

spree/admin/variant_property_rule_values#destroy

update_positions_admin_product_images_path POST /admin/products/:product_id/images/update_positions(.:format)

spree/admin/images#update_positions

admin_product_images_path GET /admin/products/:product_id/images(.:format)

spree/admin/images#index

POST /admin/products/:product_id/images(.:format)

spree/admin/images#create

new_admin_product_image_path GET /admin/products/:product_id/images/new(.:format)

spree/admin/images#new

edit_admin_product_image_path GET /admin/products/:product_id/images/:id/edit(.:format)

spree/admin/images#edit

admin_product_image_path GET /admin/products/:product_id/images/:id(.:format)

spree/admin/images#show

PATCH /admin/products/:product_id/images/:id(.:format)

spree/admin/images#update

PUT /admin/products/:product_id/images/:id(.:format)

spree/admin/images#update

DELETE /admin/products/:product_id/images/:id(.:format)

spree/admin/images#destroy

clone_admin_product_path POST /admin/products/:id/clone(.:format)

spree/admin/products#clone

update_positions_admin_product_variants_path POST /admin/products/:product_id/variants/update_positions(.:format)

spree/admin/variants#update_positions

admin_product_variants_path GET /admin/products/:product_id/variants(.:format)

spree/admin/variants#index

POST /admin/products/:product_id/variants(.:format)

spree/admin/variants#create

new_admin_product_variant_path GET /admin/products/:product_id/variants/new(.:format)

spree/admin/variants#new

edit_admin_product_variant_path GET /admin/products/:product_id/variants/:id/edit(.:format)

spree/admin/variants#edit

admin_product_variant_path PATCH /admin/products/:product_id/variants/:id(.:format)

spree/admin/variants#update

PUT /admin/products/:product_id/variants/:id(.:format)

spree/admin/variants#update

DELETE /admin/products/:product_id/variants/:id(.:format)

spree/admin/variants#destroy

admin_product_variants_including_master_path PATCH /admin/products/:product_id/variants_including_master/:id(.:format)

spree/admin/variants_including_master#update

PUT /admin/products/:product_id/variants_including_master/:id(.:format)

spree/admin/variants_including_master#update

admin_product_prices_path GET /admin/products/:product_id/prices(.:format)

spree/admin/prices#index

POST /admin/products/:product_id/prices(.:format)

spree/admin/prices#create

new_admin_product_price_path GET /admin/products/:product_id/prices/new(.:format)

spree/admin/prices#new

edit_admin_product_price_path GET /admin/products/:product_id/prices/:id/edit(.:format)

spree/admin/prices#edit

admin_product_price_path PATCH /admin/products/:product_id/prices/:id(.:format)

spree/admin/prices#update

PUT /admin/products/:product_id/prices/:id(.:format)

spree/admin/prices#update

DELETE /admin/products/:product_id/prices/:id(.:format)

spree/admin/prices#destroy

admin_products_path GET /admin/products(.:format)

spree/admin/products#index

POST /admin/products(.:format)

spree/admin/products#create

new_admin_product_path GET /admin/products/new(.:format)

spree/admin/products#new

edit_admin_product_path GET /admin/products/:id/edit(.:format)

spree/admin/products#edit

admin_product_path GET /admin/products/:id(.:format)

spree/admin/products#show

PATCH /admin/products/:id(.:format)

spree/admin/products#update

PUT /admin/products/:id(.:format)

spree/admin/products#update

DELETE /admin/products/:id(.:format)

spree/admin/products#destroy

admin_product_stock_path GET /admin/products/:product_slug/stock(.:format)

spree/admin/stock_items#index

update_positions_admin_option_types_path POST /admin/option_types/update_positions(.:format)

spree/admin/option_types#update_positions

update_values_positions_admin_option_types_path POST /admin/option_types/update_values_positions(.:format)

spree/admin/option_types#update_values_positions

admin_option_types_path GET /admin/option_types(.:format)

spree/admin/option_types#index

POST /admin/option_types(.:format)

spree/admin/option_types#create

new_admin_option_type_path GET /admin/option_types/new(.:format)

spree/admin/option_types#new

edit_admin_option_type_path GET /admin/option_types/:id/edit(.:format)

spree/admin/option_types#edit

admin_option_type_path GET /admin/option_types/:id(.:format)

spree/admin/option_types#show

PATCH /admin/option_types/:id(.:format)

spree/admin/option_types#update

PUT /admin/option_types/:id(.:format)

spree/admin/option_types#update

DELETE /admin/option_types/:id(.:format)

spree/admin/option_types#destroy

admin_option_value_path DELETE /admin/option_values/:id(.:format)

spree/admin/option_values#destroy

admin_properties_path GET /admin/properties(.:format)

spree/admin/properties#index

POST /admin/properties(.:format)

spree/admin/properties#create

new_admin_property_path GET /admin/properties/new(.:format)

spree/admin/properties#new

edit_admin_property_path GET /admin/properties/:id/edit(.:format)

spree/admin/properties#edit

admin_property_path GET /admin/properties/:id(.:format)

spree/admin/properties#show

PATCH /admin/properties/:id(.:format)

spree/admin/properties#update

PUT /admin/properties/:id(.:format)

spree/admin/properties#update

DELETE /admin/properties/:id(.:format)

spree/admin/properties#destroy

admin_product_property_path DELETE /admin/product_properties/:id(.:format)

spree/admin/product_properties#destroy

cart_admin_order_path GET /admin/orders/:id/cart(.:format)

spree/admin/orders#cart

advance_admin_order_path PUT /admin/orders/:id/advance(.:format)

spree/admin/orders#advance

confirm_admin_order_path GET /admin/orders/:id/confirm(.:format)

spree/admin/orders#confirm

complete_admin_order_path PUT /admin/orders/:id/complete(.:format)

spree/admin/orders#complete

resend_admin_order_path POST /admin/orders/:id/resend(.:format)

spree/admin/orders#resend

adjustments_unfinalize_admin_order_path PUT /admin/orders/:id/adjustments/unfinalize(.:format)

spree/admin/orders#unfinalize_adjustments

adjustments_finalize_admin_order_path PUT /admin/orders/:id/adjustments/finalize(.:format)

spree/admin/orders#finalize_adjustments

approve_admin_order_path PUT /admin/orders/:id/approve(.:format)

spree/admin/orders#approve

cancel_admin_order_path PUT /admin/orders/:id/cancel(.:format)

spree/admin/orders#cancel

resume_admin_order_path PUT /admin/orders/:id/resume(.:format)

spree/admin/orders#resume

new_admin_order_customer_path GET /admin/orders/:order_id/customer/new(.:format)

spree/admin/orders/customer_details#new

edit_admin_order_customer_path GET /admin/orders/:order_id/customer/edit(.:format)

spree/admin/orders/customer_details#edit

admin_order_customer_path GET /admin/orders/:order_id/customer(.:format)

spree/admin/orders/customer_details#show

PATCH /admin/orders/:order_id/customer(.:format)

spree/admin/orders/customer_details#update

PUT /admin/orders/:order_id/customer(.:format)

spree/admin/orders/customer_details#update

DELETE /admin/orders/:order_id/customer(.:format)

spree/admin/orders/customer_details#destroy

POST /admin/orders/:order_id/customer(.:format)

spree/admin/orders/customer_details#create

refund_admin_order_customer_return_path PUT /admin/orders/:order_id/customer_returns/:id/refund(.:format)

spree/admin/customer_returns#refund

admin_order_customer_returns_path GET /admin/orders/:order_id/customer_returns(.:format)

spree/admin/customer_returns#index

POST /admin/orders/:order_id/customer_returns(.:format)

spree/admin/customer_returns#create

new_admin_order_customer_return_path GET /admin/orders/:order_id/customer_returns/new(.:format)

spree/admin/customer_returns#new

edit_admin_order_customer_return_path GET /admin/orders/:order_id/customer_returns/:id/edit(.:format)

spree/admin/customer_returns#edit

admin_order_customer_return_path PATCH /admin/orders/:order_id/customer_returns/:id(.:format)

spree/admin/customer_returns#update

PUT /admin/orders/:order_id/customer_returns/:id(.:format)

spree/admin/customer_returns#update

admin_order_adjustments_path GET /admin/orders/:order_id/adjustments(.:format)

spree/admin/adjustments#index

POST /admin/orders/:order_id/adjustments(.:format)

spree/admin/adjustments#create

new_admin_order_adjustment_path GET /admin/orders/:order_id/adjustments/new(.:format)

spree/admin/adjustments#new

edit_admin_order_adjustment_path GET /admin/orders/:order_id/adjustments/:id/edit(.:format)

spree/admin/adjustments#edit

admin_order_adjustment_path PATCH /admin/orders/:order_id/adjustments/:id(.:format)

spree/admin/adjustments#update

PUT /admin/orders/:order_id/adjustments/:id(.:format)

spree/admin/adjustments#update

DELETE /admin/orders/:order_id/adjustments/:id(.:format)

spree/admin/adjustments#destroy

fire_admin_order_return_authorization_path PUT /admin/orders/:order_id/return_authorizations/:id/fire(.:format)

spree/admin/return_authorizations#fire

admin_order_return_authorizations_path GET /admin/orders/:order_id/return_authorizations(.:format)

spree/admin/return_authorizations#index

POST /admin/orders/:order_id/return_authorizations(.:format)

spree/admin/return_authorizations#create

new_admin_order_return_authorization_path GET /admin/orders/:order_id/return_authorizations/new(.:format)

spree/admin/return_authorizations#new

edit_admin_order_return_authorization_path GET /admin/orders/:order_id/return_authorizations/:id/edit(.:format)

spree/admin/return_authorizations#edit

admin_order_return_authorization_path GET /admin/orders/:order_id/return_authorizations/:id(.:format)

spree/admin/return_authorizations#show

PATCH /admin/orders/:order_id/return_authorizations/:id(.:format)

spree/admin/return_authorizations#update

PUT /admin/orders/:order_id/return_authorizations/:id(.:format)

spree/admin/return_authorizations#update

DELETE /admin/orders/:order_id/return_authorizations/:id(.:format)

spree/admin/return_authorizations#destroy

fire_admin_order_payment_path PUT /admin/orders/:order_id/payments/:id/fire(.:format)

spree/admin/payments#fire

admin_order_payment_refunds_path POST /admin/orders/:order_id/payments/:payment_id/refunds(.:format)

spree/admin/refunds#create

new_admin_order_payment_refund_path GET /admin/orders/:order_id/payments/:payment_id/refunds/new(.:format)

spree/admin/refunds#new

edit_admin_order_payment_refund_path GET /admin/orders/:order_id/payments/:payment_id/refunds/:id/edit(.:format)

spree/admin/refunds#edit

admin_order_payment_refund_path PATCH /admin/orders/:order_id/payments/:payment_id/refunds/:id(.:format)

spree/admin/refunds#update

PUT /admin/orders/:order_id/payments/:payment_id/refunds/:id(.:format)

spree/admin/refunds#update

admin_order_payments_path GET /admin/orders/:order_id/payments(.:format)

spree/admin/payments#index

POST /admin/orders/:order_id/payments(.:format)

spree/admin/payments#create

new_admin_order_payment_path GET /admin/orders/:order_id/payments/new(.:format)

spree/admin/payments#new

admin_order_payment_path GET /admin/orders/:order_id/payments/:id(.:format)

spree/admin/payments#show

perform_admin_order_reimbursement_path POST /admin/orders/:order_id/reimbursements/:id/perform(.:format)

spree/admin/reimbursements#perform

admin_order_reimbursements_path GET /admin/orders/:order_id/reimbursements(.:format)

spree/admin/reimbursements#index

POST /admin/orders/:order_id/reimbursements(.:format)

spree/admin/reimbursements#create

edit_admin_order_reimbursement_path GET /admin/orders/:order_id/reimbursements/:id/edit(.:format)

spree/admin/reimbursements#edit

admin_order_reimbursement_path GET /admin/orders/:order_id/reimbursements/:id(.:format)

spree/admin/reimbursements#show

PATCH /admin/orders/:order_id/reimbursements/:id(.:format)

spree/admin/reimbursements#update

PUT /admin/orders/:order_id/reimbursements/:id(.:format)

spree/admin/reimbursements#update

short_ship_admin_order_cancellations_path POST /admin/orders/:order_id/cancellations/short_ship(.:format)

spree/admin/cancellations#short_ship

admin_order_cancellations_path GET /admin/orders/:order_id/cancellations(.:format)

spree/admin/cancellations#index

admin_orders_path GET /admin/orders(.:format)

spree/admin/orders#index

POST /admin/orders(.:format)

spree/admin/orders#create

new_admin_order_path GET /admin/orders/new(.:format)

spree/admin/orders#new

edit_admin_order_path GET /admin/orders/:id/edit(.:format)

spree/admin/orders#edit

admin_order_path GET /admin/orders/:id(.:format)

spree/admin/orders#show

PATCH /admin/orders/:id(.:format)

spree/admin/orders#update

PUT /admin/orders/:id(.:format)

spree/admin/orders#update

DELETE /admin/orders/:id(.:format)

spree/admin/orders#destroy

edit_admin_general_settings_path GET /admin/general_settings/edit(.:format)

spree/admin/general_settings#edit

admin_stores_path GET /admin/stores(.:format)

spree/admin/stores#index

POST /admin/stores(.:format)

spree/admin/stores#create

new_admin_store_path GET /admin/stores/new(.:format)

spree/admin/stores#new

edit_admin_store_path GET /admin/stores/:id/edit(.:format)

spree/admin/stores#edit

admin_store_path PATCH /admin/stores/:id(.:format)

spree/admin/stores#update

PUT /admin/stores/:id(.:format)

spree/admin/stores#update

admin_return_item_path PATCH /admin/return_items/:id(.:format)

spree/admin/return_items#update

PUT /admin/return_items/:id(.:format)

spree/admin/return_items#update

update_positions_admin_taxonomies_path POST /admin/taxonomies/update_positions(.:format)

spree/admin/taxonomies#update_positions

admin_taxonomy_taxon_attachment_path DELETE /admin/taxonomies/:taxonomy_id/taxons/:taxon_id/attachment(.:format)

spree/admin/taxons/attachment#destroy

admin_taxonomy_taxons_path GET /admin/taxonomies/:taxonomy_id/taxons(.:format)

spree/admin/taxons#index

POST /admin/taxonomies/:taxonomy_id/taxons(.:format)

spree/admin/taxons#create

new_admin_taxonomy_taxon_path GET /admin/taxonomies/:taxonomy_id/taxons/new(.:format)

spree/admin/taxons#new

edit_admin_taxonomy_taxon_path GET /admin/taxonomies/:taxonomy_id/taxons/:id/edit(.:format)

spree/admin/taxons#edit

admin_taxonomy_taxon_path GET /admin/taxonomies/:taxonomy_id/taxons/:id(.:format)

spree/admin/taxons#show

PATCH /admin/taxonomies/:taxonomy_id/taxons/:id(.:format)

spree/admin/taxons#update

PUT /admin/taxonomies/:taxonomy_id/taxons/:id(.:format)

spree/admin/taxons#update

DELETE /admin/taxonomies/:taxonomy_id/taxons/:id(.:format)

spree/admin/taxons#destroy

admin_taxonomies_path GET /admin/taxonomies(.:format)

spree/admin/taxonomies#index

POST /admin/taxonomies(.:format)

spree/admin/taxonomies#create

new_admin_taxonomy_path GET /admin/taxonomies/new(.:format)

spree/admin/taxonomies#new

edit_admin_taxonomy_path GET /admin/taxonomies/:id/edit(.:format)

spree/admin/taxonomies#edit

admin_taxonomy_path GET /admin/taxonomies/:id(.:format)

spree/admin/taxonomies#show

PATCH /admin/taxonomies/:id(.:format)

spree/admin/taxonomies#update

PUT /admin/taxonomies/:id(.:format)

spree/admin/taxonomies#update

DELETE /admin/taxonomies/:id(.:format)

spree/admin/taxonomies#destroy

search_admin_taxons_path GET /admin/taxons/search(.:format)

spree/admin/taxons#search

admin_taxons_path GET /admin/taxons(.:format)

spree/admin/taxons#index

admin_taxon_path GET /admin/taxons/:id(.:format)

spree/admin/taxons#show

admin_reimbursement_types_path GET /admin/reimbursement_types(.:format)

spree/admin/reimbursement_types#index

admin_adjustment_reasons_path GET /admin/adjustment_reasons(.:format)

spree/admin/adjustment_reasons#index

POST /admin/adjustment_reasons(.:format)

spree/admin/adjustment_reasons#create

new_admin_adjustment_reason_path GET /admin/adjustment_reasons/new(.:format)

spree/admin/adjustment_reasons#new

edit_admin_adjustment_reason_path GET /admin/adjustment_reasons/:id/edit(.:format)

spree/admin/adjustment_reasons#edit

admin_adjustment_reason_path PATCH /admin/adjustment_reasons/:id(.:format)

spree/admin/adjustment_reasons#update

PUT /admin/adjustment_reasons/:id(.:format)

spree/admin/adjustment_reasons#update

admin_refund_reasons_path GET /admin/refund_reasons(.:format)

spree/admin/refund_reasons#index

POST /admin/refund_reasons(.:format)

spree/admin/refund_reasons#create

new_admin_refund_reason_path GET /admin/refund_reasons/new(.:format)

spree/admin/refund_reasons#new

edit_admin_refund_reason_path GET /admin/refund_reasons/:id/edit(.:format)

spree/admin/refund_reasons#edit

admin_refund_reason_path PATCH /admin/refund_reasons/:id(.:format)

spree/admin/refund_reasons#update

PUT /admin/refund_reasons/:id(.:format)

spree/admin/refund_reasons#update

admin_return_reasons_path GET /admin/return_reasons(.:format)

spree/admin/return_reasons#index

POST /admin/return_reasons(.:format)

spree/admin/return_reasons#create

new_admin_return_reason_path GET /admin/return_reasons/new(.:format)

spree/admin/return_reasons#new

edit_admin_return_reason_path GET /admin/return_reasons/:id/edit(.:format)

spree/admin/return_reasons#edit

admin_return_reason_path PATCH /admin/return_reasons/:id(.:format)

spree/admin/return_reasons#update

PUT /admin/return_reasons/:id(.:format)

spree/admin/return_reasons#update

admin_store_credit_reasons_path GET /admin/store_credit_reasons(.:format)

spree/admin/store_credit_reasons#index

POST /admin/store_credit_reasons(.:format)

spree/admin/store_credit_reasons#create

new_admin_store_credit_reason_path GET /admin/store_credit_reasons/new(.:format)

spree/admin/store_credit_reasons#new

edit_admin_store_credit_reason_path GET /admin/store_credit_reasons/:id/edit(.:format)

spree/admin/store_credit_reasons#edit

admin_store_credit_reason_path PATCH /admin/store_credit_reasons/:id(.:format)

spree/admin/store_credit_reasons#update

PUT /admin/store_credit_reasons/:id(.:format)

spree/admin/store_credit_reasons#update

DELETE /admin/store_credit_reasons/:id(.:format)

spree/admin/store_credit_reasons#destroy

admin_shipping_methods_path GET /admin/shipping_methods(.:format)

spree/admin/shipping_methods#index

POST /admin/shipping_methods(.:format)

spree/admin/shipping_methods#create

new_admin_shipping_method_path GET /admin/shipping_methods/new(.:format)

spree/admin/shipping_methods#new

edit_admin_shipping_method_path GET /admin/shipping_methods/:id/edit(.:format)

spree/admin/shipping_methods#edit

admin_shipping_method_path GET /admin/shipping_methods/:id(.:format)

spree/admin/shipping_methods#show

PATCH /admin/shipping_methods/:id(.:format)

spree/admin/shipping_methods#update

PUT /admin/shipping_methods/:id(.:format)

spree/admin/shipping_methods#update

DELETE /admin/shipping_methods/:id(.:format)

spree/admin/shipping_methods#destroy

admin_shipping_categories_path GET /admin/shipping_categories(.:format)

spree/admin/shipping_categories#index

POST /admin/shipping_categories(.:format)

spree/admin/shipping_categories#create

new_admin_shipping_category_path GET /admin/shipping_categories/new(.:format)

spree/admin/shipping_categories#new

edit_admin_shipping_category_path GET /admin/shipping_categories/:id/edit(.:format)

spree/admin/shipping_categories#edit

admin_shipping_category_path GET /admin/shipping_categories/:id(.:format)

spree/admin/shipping_categories#show

PATCH /admin/shipping_categories/:id(.:format)

spree/admin/shipping_categories#update

PUT /admin/shipping_categories/:id(.:format)

spree/admin/shipping_categories#update

DELETE /admin/shipping_categories/:id(.:format)

spree/admin/shipping_categories#destroy

admin_stock_location_stock_movements_path GET /admin/stock_locations/:stock_location_id/stock_movements(.:format)

spree/admin/stock_movements#index

transfer_stock_admin_stock_locations_path POST /admin/stock_locations/transfer_stock(.:format)

spree/admin/stock_locations#transfer_stock

update_positions_admin_stock_locations_path POST /admin/stock_locations/update_positions(.:format)

spree/admin/stock_locations#update_positions

admin_stock_locations_path GET /admin/stock_locations(.:format)

spree/admin/stock_locations#index

POST /admin/stock_locations(.:format)

spree/admin/stock_locations#create

new_admin_stock_location_path GET /admin/stock_locations/new(.:format)

spree/admin/stock_locations#new

edit_admin_stock_location_path GET /admin/stock_locations/:id/edit(.:format)

spree/admin/stock_locations#edit

admin_stock_location_path GET /admin/stock_locations/:id(.:format)

spree/admin/stock_locations#show

PATCH /admin/stock_locations/:id(.:format)

spree/admin/stock_locations#update

PUT /admin/stock_locations/:id(.:format)

spree/admin/stock_locations#update

DELETE /admin/stock_locations/:id(.:format)

spree/admin/stock_locations#destroy

admin_stock_items_path GET /admin/stock_items(.:format)

spree/admin/stock_items#index

POST /admin/stock_items(.:format)

spree/admin/stock_items#create

admin_stock_item_path PATCH /admin/stock_items/:id(.:format)

spree/admin/stock_items#update

PUT /admin/stock_items/:id(.:format)

spree/admin/stock_items#update

DELETE /admin/stock_items/:id(.:format)

spree/admin/stock_items#destroy

admin_tax_rates_path GET /admin/tax_rates(.:format)

spree/admin/tax_rates#index

POST /admin/tax_rates(.:format)

spree/admin/tax_rates#create

new_admin_tax_rate_path GET /admin/tax_rates/new(.:format)

spree/admin/tax_rates#new

edit_admin_tax_rate_path GET /admin/tax_rates/:id/edit(.:format)

spree/admin/tax_rates#edit

admin_tax_rate_path GET /admin/tax_rates/:id(.:format)

spree/admin/tax_rates#show

PATCH /admin/tax_rates/:id(.:format)

spree/admin/tax_rates#update

PUT /admin/tax_rates/:id(.:format)

spree/admin/tax_rates#update

DELETE /admin/tax_rates/:id(.:format)

spree/admin/tax_rates#destroy

update_positions_admin_payment_methods_path POST /admin/payment_methods/update_positions(.:format)

spree/admin/payment_methods#update_positions

admin_payment_methods_path GET /admin/payment_methods(.:format)

spree/admin/payment_methods#index

POST /admin/payment_methods(.:format)

spree/admin/payment_methods#create

new_admin_payment_method_path GET /admin/payment_methods/new(.:format)

spree/admin/payment_methods#new

edit_admin_payment_method_path GET /admin/payment_methods/:id/edit(.:format)

spree/admin/payment_methods#edit

admin_payment_method_path GET /admin/payment_methods/:id(.:format)

spree/admin/payment_methods#show

PATCH /admin/payment_methods/:id(.:format)

spree/admin/payment_methods#update

PUT /admin/payment_methods/:id(.:format)

spree/admin/payment_methods#update

DELETE /admin/payment_methods/:id(.:format)

spree/admin/payment_methods#destroy

orders_admin_user_path GET /admin/users/:id/orders(.:format)

spree/admin/users#orders

items_admin_user_path GET /admin/users/:id/items(.:format)

spree/admin/users#items

addresses_admin_user_path GET /admin/users/:id/addresses(.:format)

spree/admin/users#addresses

PUT /admin/users/:id/addresses(.:format)

spree/admin/users#addresses

edit_amount_admin_user_store_credit_path GET /admin/users/:user_id/store_credits/:id/edit_amount(.:format)

spree/admin/store_credits#edit_amount

update_amount_admin_user_store_credit_path PUT /admin/users/:user_id/store_credits/:id/update_amount(.:format)

spree/admin/store_credits#update_amount

edit_validity_admin_user_store_credit_path GET /admin/users/:user_id/store_credits/:id/edit_validity(.:format)

spree/admin/store_credits#edit_validity

invalidate_admin_user_store_credit_path PUT /admin/users/:user_id/store_credits/:id/invalidate(.:format)

spree/admin/store_credits#invalidate

admin_user_store_credits_path GET /admin/users/:user_id/store_credits(.:format)

spree/admin/store_credits#index

POST /admin/users/:user_id/store_credits(.:format)

spree/admin/store_credits#create

new_admin_user_store_credit_path GET /admin/users/:user_id/store_credits/new(.:format)

spree/admin/store_credits#new

edit_admin_user_store_credit_path GET /admin/users/:user_id/store_credits/:id/edit(.:format)

spree/admin/store_credits#edit

admin_user_store_credit_path GET /admin/users/:user_id/store_credits/:id(.:format)

spree/admin/store_credits#show

PATCH /admin/users/:user_id/store_credits/:id(.:format)

spree/admin/store_credits#update

PUT /admin/users/:user_id/store_credits/:id(.:format)

spree/admin/store_credits#update

admin_users_path GET /admin/users(.:format)

spree/admin/users#index

POST /admin/users(.:format)

spree/admin/users#create

new_admin_user_path GET /admin/users/new(.:format)

spree/admin/users#new

edit_admin_user_path GET /admin/users/:id/edit(.:format)

spree/admin/users#edit

admin_user_path GET /admin/users/:id(.:format)

spree/admin/users#show

PATCH /admin/users/:id(.:format)

spree/admin/users#update

PUT /admin/users/:id(.:format)

spree/admin/users#update

DELETE /admin/users/:id(.:format)

spree/admin/users#destroy

admin_style_guide_index_path GET /admin/style_guide(.:format)

spree/admin/style_guide#index

admin_path GET /admin(.:format)

spree/admin/root#index

admin_user_api_key_path DELETE /admin/users/:user_id/api_key(.:format)

spree/admin/users/api_key#destroy

POST /admin/users/:user_id/api_key(.:format)

spree/admin/users/api_key#create

GET /admin/users(.:format)

spree/admin/users#index

POST /admin/users(.:format)

spree/admin/users#create

GET /admin/users/new(.:format)

spree/admin/users#new

GET /admin/users/:id/edit(.:format)

spree/admin/users#edit

GET /admin/users/:id(.:format)

spree/admin/users#show

PATCH /admin/users/:id(.:format)

spree/admin/users#update

PUT /admin/users/:id(.:format)

spree/admin/users#update

DELETE /admin/users/:id(.:format)

spree/admin/users#destroy

api_promotion_path GET /api/promotions/:id(.:format)

spree/api/promotions#show {:format=>"json"}

api_product_images_path GET /api/products/:product_id/images(.:format)

spree/api/images#index {:format=>"json"}

POST /api/products/:product_id/images(.:format)

spree/api/images#create {:format=>"json"}

new_api_product_image_path GET /api/products/:product_id/images/new(.:format)

spree/api/images#new {:format=>"json"}

edit_api_product_image_path GET /api/products/:product_id/images/:id/edit(.:format)

spree/api/images#edit {:format=>"json"}

api_product_image_path GET /api/products/:product_id/images/:id(.:format)

spree/api/images#show {:format=>"json"}

PATCH /api/products/:product_id/images/:id(.:format)

spree/api/images#update {:format=>"json"}

PUT /api/products/:product_id/images/:id(.:format)

spree/api/images#update {:format=>"json"}

DELETE /api/products/:product_id/images/:id(.:format)

spree/api/images#destroy {:format=>"json"}

api_product_variants_path GET /api/products/:product_id/variants(.:format)

spree/api/variants#index {:format=>"json"}

POST /api/products/:product_id/variants(.:format)

spree/api/variants#create {:format=>"json"}

new_api_product_variant_path GET /api/products/:product_id/variants/new(.:format)

spree/api/variants#new {:format=>"json"}

edit_api_product_variant_path GET /api/products/:product_id/variants/:id/edit(.:format)

spree/api/variants#edit {:format=>"json"}

api_product_variant_path GET /api/products/:product_id/variants/:id(.:format)

spree/api/variants#show {:format=>"json"}

PATCH /api/products/:product_id/variants/:id(.:format)

spree/api/variants#update {:format=>"json"}

PUT /api/products/:product_id/variants/:id(.:format)

spree/api/variants#update {:format=>"json"}

DELETE /api/products/:product_id/variants/:id(.:format)

spree/api/variants#destroy {:format=>"json"}

api_product_product_properties_path GET /api/products/:product_id/product_properties(.:format)

spree/api/product_properties#index {:format=>"json"}

POST /api/products/:product_id/product_properties(.:format)

spree/api/product_properties#create {:format=>"json"}

new_api_product_product_property_path GET /api/products/:product_id/product_properties/new(.:format)

spree/api/product_properties#new {:format=>"json"}

edit_api_product_product_property_path GET /api/products/:product_id/product_properties/:id/edit(.:format)

spree/api/product_properties#edit {:format=>"json"}

api_product_product_property_path GET /api/products/:product_id/product_properties/:id(.:format)

spree/api/product_properties#show {:format=>"json"}

PATCH /api/products/:product_id/product_properties/:id(.:format)

spree/api/product_properties#update {:format=>"json"}

PUT /api/products/:product_id/product_properties/:id(.:format)

spree/api/product_properties#update {:format=>"json"}

DELETE /api/products/:product_id/product_properties/:id(.:format)

spree/api/product_properties#destroy {:format=>"json"}

api_products_path GET /api/products(.:format)

spree/api/products#index {:format=>"json"}

POST /api/products(.:format)

spree/api/products#create {:format=>"json"}

new_api_product_path GET /api/products/new(.:format)

spree/api/products#new {:format=>"json"}

edit_api_product_path GET /api/products/:id/edit(.:format)

spree/api/products#edit {:format=>"json"}

api_product_path GET /api/products/:id(.:format)

spree/api/products#show {:format=>"json"}

PATCH /api/products/:id(.:format)

spree/api/products#update {:format=>"json"}

PUT /api/products/:id(.:format)

spree/api/products#update {:format=>"json"}

DELETE /api/products/:id(.:format)

spree/api/products#destroy {:format=>"json"}

api_variant_images_path GET /api/variants/:variant_id/images(.:format)

spree/api/images#index {:format=>"json"}

POST /api/variants/:variant_id/images(.:format)

spree/api/images#create {:format=>"json"}

new_api_variant_image_path GET /api/variants/:variant_id/images/new(.:format)

spree/api/images#new {:format=>"json"}

edit_api_variant_image_path GET /api/variants/:variant_id/images/:id/edit(.:format)

spree/api/images#edit {:format=>"json"}

api_variant_image_path GET /api/variants/:variant_id/images/:id(.:format)

spree/api/images#show {:format=>"json"}

PATCH /api/variants/:variant_id/images/:id(.:format)

spree/api/images#update {:format=>"json"}

PUT /api/variants/:variant_id/images/:id(.:format)

spree/api/images#update {:format=>"json"}

DELETE /api/variants/:variant_id/images/:id(.:format)

spree/api/images#destroy {:format=>"json"}

api_variants_path GET /api/variants(.:format)

spree/api/variants#index {:format=>"json"}

POST /api/variants(.:format)

spree/api/variants#create {:format=>"json"}

new_api_variant_path GET /api/variants/new(.:format)

spree/api/variants#new {:format=>"json"}

edit_api_variant_path GET /api/variants/:id/edit(.:format)

spree/api/variants#edit {:format=>"json"}

api_variant_path GET /api/variants/:id(.:format)

spree/api/variants#show {:format=>"json"}

PATCH /api/variants/:id(.:format)

spree/api/variants#update {:format=>"json"}

PUT /api/variants/:id(.:format)

spree/api/variants#update {:format=>"json"}

DELETE /api/variants/:id(.:format)

spree/api/variants#destroy {:format=>"json"}

next_api_checkout_path PUT /api/checkouts/:id/next(.:format)

spree/api/checkouts#next {:format=>"json"}

advance_api_checkout_path PUT /api/checkouts/:id/advance(.:format)

spree/api/checkouts#advance {:format=>"json"}

complete_api_checkout_path PUT /api/checkouts/:id/complete(.:format)

spree/api/checkouts#complete {:format=>"json"}

api_checkout_line_items_path GET /api/checkouts/:checkout_id/line_items(.:format)

spree/api/line_items#index {:format=>"json"}

POST /api/checkouts/:checkout_id/line_items(.:format)

spree/api/line_items#create {:format=>"json"}

new_api_checkout_line_item_path GET /api/checkouts/:checkout_id/line_items/new(.:format)

spree/api/line_items#new {:format=>"json"}

edit_api_checkout_line_item_path GET /api/checkouts/:checkout_id/line_items/:id/edit(.:format)

spree/api/line_items#edit {:format=>"json"}

api_checkout_line_item_path GET /api/checkouts/:checkout_id/line_items/:id(.:format)

spree/api/line_items#show {:format=>"json"}

PATCH /api/checkouts/:checkout_id/line_items/:id(.:format)

spree/api/line_items#update {:format=>"json"}

PUT /api/checkouts/:checkout_id/line_items/:id(.:format)

spree/api/line_items#update {:format=>"json"}

DELETE /api/checkouts/:checkout_id/line_items/:id(.:format)

spree/api/line_items#destroy {:format=>"json"}

authorize_api_checkout_payment_path PUT /api/checkouts/:checkout_id/payments/:id/authorize(.:format)

spree/api/payments#authorize {:format=>"json"}

capture_api_checkout_payment_path PUT /api/checkouts/:checkout_id/payments/:id/capture(.:format)

spree/api/payments#capture {:format=>"json"}

purchase_api_checkout_payment_path PUT /api/checkouts/:checkout_id/payments/:id/purchase(.:format)

spree/api/payments#purchase {:format=>"json"}

void_api_checkout_payment_path PUT /api/checkouts/:checkout_id/payments/:id/void(.:format)

spree/api/payments#void {:format=>"json"}

credit_api_checkout_payment_path PUT /api/checkouts/:checkout_id/payments/:id/credit(.:format)

spree/api/payments#credit {:format=>"json"}

api_checkout_payments_path GET /api/checkouts/:checkout_id/payments(.:format)

spree/api/payments#index {:format=>"json"}

POST /api/checkouts/:checkout_id/payments(.:format)

spree/api/payments#create {:format=>"json"}

new_api_checkout_payment_path GET /api/checkouts/:checkout_id/payments/new(.:format)

spree/api/payments#new {:format=>"json"}

edit_api_checkout_payment_path GET /api/checkouts/:checkout_id/payments/:id/edit(.:format)

spree/api/payments#edit {:format=>"json"}

api_checkout_payment_path GET /api/checkouts/:checkout_id/payments/:id(.:format)

spree/api/payments#show {:format=>"json"}

PATCH /api/checkouts/:checkout_id/payments/:id(.:format)

spree/api/payments#update {:format=>"json"}

PUT /api/checkouts/:checkout_id/payments/:id(.:format)

spree/api/payments#update {:format=>"json"}

DELETE /api/checkouts/:checkout_id/payments/:id(.:format)

spree/api/payments#destroy {:format=>"json"}

api_checkout_address_path GET /api/checkouts/:checkout_id/addresses/:id(.:format)

spree/api/addresses#show {:format=>"json"}

PATCH /api/checkouts/:checkout_id/addresses/:id(.:format)

spree/api/addresses#update {:format=>"json"}

PUT /api/checkouts/:checkout_id/addresses/:id(.:format)

spree/api/addresses#update {:format=>"json"}

cancel_api_checkout_return_authorization_path PUT /api/checkouts/:checkout_id/return_authorizations/:id/cancel(.:format)

spree/api/return_authorizations#cancel {:format=>"json"}

api_checkout_return_authorizations_path GET /api/checkouts/:checkout_id/return_authorizations(.:format)

spree/api/return_authorizations#index {:format=>"json"}

POST /api/checkouts/:checkout_id/return_authorizations(.:format)

spree/api/return_authorizations#create {:format=>"json"}

new_api_checkout_return_authorization_path GET /api/checkouts/:checkout_id/return_authorizations/new(.:format)

spree/api/return_authorizations#new {:format=>"json"}

edit_api_checkout_return_authorization_path GET /api/checkouts/:checkout_id/return_authorizations/:id/edit(.:format)

spree/api/return_authorizations#edit {:format=>"json"}

api_checkout_return_authorization_path GET /api/checkouts/:checkout_id/return_authorizations/:id(.:format)

spree/api/return_authorizations#show {:format=>"json"}

PATCH /api/checkouts/:checkout_id/return_authorizations/:id(.:format)

spree/api/return_authorizations#update {:format=>"json"}

PUT /api/checkouts/:checkout_id/return_authorizations/:id(.:format)

spree/api/return_authorizations#update {:format=>"json"}

DELETE /api/checkouts/:checkout_id/return_authorizations/:id(.:format)

spree/api/return_authorizations#destroy {:format=>"json"}

api_checkout_customer_returns_path GET /api/checkouts/:checkout_id/customer_returns(.:format)

spree/api/customer_returns#index {:format=>"json"}

POST /api/checkouts/:checkout_id/customer_returns(.:format)

spree/api/customer_returns#create {:format=>"json"}

new_api_checkout_customer_return_path GET /api/checkouts/:checkout_id/customer_returns/new(.:format)

spree/api/customer_returns#new {:format=>"json"}

edit_api_checkout_customer_return_path GET /api/checkouts/:checkout_id/customer_returns/:id/edit(.:format)

spree/api/customer_returns#edit {:format=>"json"}

api_checkout_customer_return_path GET /api/checkouts/:checkout_id/customer_returns/:id(.:format)

spree/api/customer_returns#show {:format=>"json"}

PATCH /api/checkouts/:checkout_id/customer_returns/:id(.:format)

spree/api/customer_returns#update {:format=>"json"}

PUT /api/checkouts/:checkout_id/customer_returns/:id(.:format)

spree/api/customer_returns#update {:format=>"json"}

api_checkout_path PATCH /api/checkouts/:id(.:format)

spree/api/checkouts#update {:format=>"json"}

PUT /api/checkouts/:id(.:format)

spree/api/checkouts#update {:format=>"json"}

api_option_type_option_values_path GET /api/option_types/:option_type_id/option_values(.:format)

spree/api/option_values#index {:format=>"json"}

POST /api/option_types/:option_type_id/option_values(.:format)

spree/api/option_values#create {:format=>"json"}

new_api_option_type_option_value_path GET /api/option_types/:option_type_id/option_values/new(.:format)

spree/api/option_values#new {:format=>"json"}

edit_api_option_value_path GET /api/option_values/:id/edit(.:format)

spree/api/option_values#edit {:format=>"json"}

api_option_value_path GET /api/option_values/:id(.:format)

spree/api/option_values#show {:format=>"json"}

PATCH /api/option_values/:id(.:format)

spree/api/option_values#update {:format=>"json"}

PUT /api/option_values/:id(.:format)

spree/api/option_values#update {:format=>"json"}

DELETE /api/option_values/:id(.:format)

spree/api/option_values#destroy {:format=>"json"}

api_option_types_path GET /api/option_types(.:format)

spree/api/option_types#index {:format=>"json"}

POST /api/option_types(.:format)

spree/api/option_types#create {:format=>"json"}

new_api_option_type_path GET /api/option_types/new(.:format)

spree/api/option_types#new {:format=>"json"}

edit_api_option_type_path GET /api/option_types/:id/edit(.:format)

spree/api/option_types#edit {:format=>"json"}

api_option_type_path GET /api/option_types/:id(.:format)

spree/api/option_types#show {:format=>"json"}

PATCH /api/option_types/:id(.:format)

spree/api/option_types#update {:format=>"json"}

PUT /api/option_types/:id(.:format)

spree/api/option_types#update {:format=>"json"}

DELETE /api/option_types/:id(.:format)

spree/api/option_types#destroy {:format=>"json"}

api_option_values_path GET /api/option_values(.:format)

spree/api/option_values#index {:format=>"json"}

api_my_orders_path GET /api/orders/mine(.:format)

spree/api/orders#mine {:format=>"json"}

api_current_order_path GET /api/orders/current(.:format)

spree/api/orders#current {:format=>"json"}

cancel_api_order_path PUT /api/orders/:id/cancel(.:format)

spree/api/orders#cancel {:format=>"json"}

empty_api_order_path PUT /api/orders/:id/empty(.:format)

spree/api/orders#empty {:format=>"json"}

api_order_coupon_codes_path POST /api/orders/:order_id/coupon_codes(.:format)

spree/api/coupon_codes#create {:format=>"json"}

api_order_coupon_code_path DELETE /api/orders/:order_id/coupon_codes/:id(.:format)

spree/api/coupon_codes#destroy {:format=>"json"}

api_order_line_items_path GET /api/orders/:order_id/line_items(.:format)

spree/api/line_items#index {:format=>"json"}

POST /api/orders/:order_id/line_items(.:format)

spree/api/line_items#create {:format=>"json"}

new_api_order_line_item_path GET /api/orders/:order_id/line_items/new(.:format)

spree/api/line_items#new {:format=>"json"}

edit_api_order_line_item_path GET /api/orders/:order_id/line_items/:id/edit(.:format)

spree/api/line_items#edit {:format=>"json"}

api_order_line_item_path GET /api/orders/:order_id/line_items/:id(.:format)

spree/api/line_items#show {:format=>"json"}

PATCH /api/orders/:order_id/line_items/:id(.:format)

spree/api/line_items#update {:format=>"json"}

PUT /api/orders/:order_id/line_items/:id(.:format)

spree/api/line_items#update {:format=>"json"}

DELETE /api/orders/:order_id/line_items/:id(.:format)

spree/api/line_items#destroy {:format=>"json"}

authorize_api_order_payment_path PUT /api/orders/:order_id/payments/:id/authorize(.:format)

spree/api/payments#authorize {:format=>"json"}

capture_api_order_payment_path PUT /api/orders/:order_id/payments/:id/capture(.:format)

spree/api/payments#capture {:format=>"json"}

purchase_api_order_payment_path PUT /api/orders/:order_id/payments/:id/purchase(.:format)

spree/api/payments#purchase {:format=>"json"}

void_api_order_payment_path PUT /api/orders/:order_id/payments/:id/void(.:format)

spree/api/payments#void {:format=>"json"}

credit_api_order_payment_path PUT /api/orders/:order_id/payments/:id/credit(.:format)

spree/api/payments#credit {:format=>"json"}

api_order_payments_path GET /api/orders/:order_id/payments(.:format)

spree/api/payments#index {:format=>"json"}

POST /api/orders/:order_id/payments(.:format)

spree/api/payments#create {:format=>"json"}

new_api_order_payment_path GET /api/orders/:order_id/payments/new(.:format)

spree/api/payments#new {:format=>"json"}

edit_api_order_payment_path GET /api/orders/:order_id/payments/:id/edit(.:format)

spree/api/payments#edit {:format=>"json"}

api_order_payment_path GET /api/orders/:order_id/payments/:id(.:format)

spree/api/payments#show {:format=>"json"}

PATCH /api/orders/:order_id/payments/:id(.:format)

spree/api/payments#update {:format=>"json"}

PUT /api/orders/:order_id/payments/:id(.:format)

spree/api/payments#update {:format=>"json"}

DELETE /api/orders/:order_id/payments/:id(.:format)

spree/api/payments#destroy {:format=>"json"}

api_order_address_path GET /api/orders/:order_id/addresses/:id(.:format)

spree/api/addresses#show {:format=>"json"}

PATCH /api/orders/:order_id/addresses/:id(.:format)

spree/api/addresses#update {:format=>"json"}

PUT /api/orders/:order_id/addresses/:id(.:format)

spree/api/addresses#update {:format=>"json"}

cancel_api_order_return_authorization_path PUT /api/orders/:order_id/return_authorizations/:id/cancel(.:format)

spree/api/return_authorizations#cancel {:format=>"json"}

api_order_return_authorizations_path GET /api/orders/:order_id/return_authorizations(.:format)

spree/api/return_authorizations#index {:format=>"json"}

POST /api/orders/:order_id/return_authorizations(.:format)

spree/api/return_authorizations#create {:format=>"json"}

new_api_order_return_authorization_path GET /api/orders/:order_id/return_authorizations/new(.:format)

spree/api/return_authorizations#new {:format=>"json"}

edit_api_order_return_authorization_path GET /api/orders/:order_id/return_authorizations/:id/edit(.:format)

spree/api/return_authorizations#edit {:format=>"json"}

api_order_return_authorization_path GET /api/orders/:order_id/return_authorizations/:id(.:format)

spree/api/return_authorizations#show {:format=>"json"}

PATCH /api/orders/:order_id/return_authorizations/:id(.:format)

spree/api/return_authorizations#update {:format=>"json"}

PUT /api/orders/:order_id/return_authorizations/:id(.:format)

spree/api/return_authorizations#update {:format=>"json"}

DELETE /api/orders/:order_id/return_authorizations/:id(.:format)

spree/api/return_authorizations#destroy {:format=>"json"}

api_order_customer_returns_path GET /api/orders/:order_id/customer_returns(.:format)

spree/api/customer_returns#index {:format=>"json"}

POST /api/orders/:order_id/customer_returns(.:format)

spree/api/customer_returns#create {:format=>"json"}

new_api_order_customer_return_path GET /api/orders/:order_id/customer_returns/new(.:format)

spree/api/customer_returns#new {:format=>"json"}

edit_api_order_customer_return_path GET /api/orders/:order_id/customer_returns/:id/edit(.:format)

spree/api/customer_returns#edit {:format=>"json"}

api_order_customer_return_path GET /api/orders/:order_id/customer_returns/:id(.:format)

spree/api/customer_returns#show {:format=>"json"}

PATCH /api/orders/:order_id/customer_returns/:id(.:format)

spree/api/customer_returns#update {:format=>"json"}

PUT /api/orders/:order_id/customer_returns/:id(.:format)

spree/api/customer_returns#update {:format=>"json"}

api_orders_path GET /api/orders(.:format)

spree/api/orders#index {:format=>"json"}

POST /api/orders(.:format)

spree/api/orders#create {:format=>"json"}

new_api_order_path GET /api/orders/new(.:format)

spree/api/orders#new {:format=>"json"}

edit_api_order_path GET /api/orders/:id/edit(.:format)

spree/api/orders#edit {:format=>"json"}

api_order_path GET /api/orders/:id(.:format)

spree/api/orders#show {:format=>"json"}

PATCH /api/orders/:id(.:format)

spree/api/orders#update {:format=>"json"}

PUT /api/orders/:id(.:format)

spree/api/orders#update {:format=>"json"}

DELETE /api/orders/:id(.:format)

spree/api/orders#destroy {:format=>"json"}

api_zones_path GET /api/zones(.:format)

spree/api/zones#index {:format=>"json"}

POST /api/zones(.:format)

spree/api/zones#create {:format=>"json"}

new_api_zone_path GET /api/zones/new(.:format)

spree/api/zones#new {:format=>"json"}

edit_api_zone_path GET /api/zones/:id/edit(.:format)

spree/api/zones#edit {:format=>"json"}

api_zone_path GET /api/zones/:id(.:format)

spree/api/zones#show {:format=>"json"}

PATCH /api/zones/:id(.:format)

spree/api/zones#update {:format=>"json"}

PUT /api/zones/:id(.:format)

spree/api/zones#update {:format=>"json"}

DELETE /api/zones/:id(.:format)

spree/api/zones#destroy {:format=>"json"}

api_country_states_path GET /api/countries/:country_id/states(.:format)

spree/api/states#index {:format=>"json"}

api_country_state_path GET /api/countries/:country_id/states/:id(.:format)

spree/api/states#show {:format=>"json"}

api_countries_path GET /api/countries(.:format)

spree/api/countries#index {:format=>"json"}

api_country_path GET /api/countries/:id(.:format)

spree/api/countries#show {:format=>"json"}

transfer_to_location_api_shipments_path POST /api/shipments/transfer_to_location(.:format)

spree/api/shipments#transfer_to_location {:format=>"json"}

transfer_to_shipment_api_shipments_path POST /api/shipments/transfer_to_shipment(.:format)

spree/api/shipments#transfer_to_shipment {:format=>"json"}

mine_api_shipments_path GET /api/shipments/mine(.:format)

spree/api/shipments#mine {:format=>"json"}

estimated_rates_api_shipment_path GET /api/shipments/:id/estimated_rates(.:format)

spree/api/shipments#estimated_rates {:format=>"json"}

select_shipping_method_api_shipment_path PUT /api/shipments/:id/select_shipping_method(.:format)

spree/api/shipments#select_shipping_method {:format=>"json"}

ready_api_shipment_path PUT /api/shipments/:id/ready(.:format)

spree/api/shipments#ready {:format=>"json"}

ship_api_shipment_path PUT /api/shipments/:id/ship(.:format)

spree/api/shipments#ship {:format=>"json"}

add_api_shipment_path PUT /api/shipments/:id/add(.:format)

spree/api/shipments#add {:format=>"json"}

remove_api_shipment_path PUT /api/shipments/:id/remove(.:format)

spree/api/shipments#remove {:format=>"json"}

api_shipments_path POST /api/shipments(.:format)

spree/api/shipments#create {:format=>"json"}

api_shipment_path PATCH /api/shipments/:id(.:format)

spree/api/shipments#update {:format=>"json"}

PUT /api/shipments/:id(.:format)

spree/api/shipments#update {:format=>"json"}

api_states_path GET /api/states(.:format)

spree/api/states#index {:format=>"json"}

api_state_path GET /api/states/:id(.:format)

spree/api/states#show {:format=>"json"}

api_taxonomy_taxons_path GET /api/taxonomies/:taxonomy_id/taxons(.:format)

spree/api/taxons#index {:format=>"json"}

POST /api/taxonomies/:taxonomy_id/taxons(.:format)

spree/api/taxons#create {:format=>"json"}

new_api_taxonomy_taxon_path GET /api/taxonomies/:taxonomy_id/taxons/new(.:format)

spree/api/taxons#new {:format=>"json"}

edit_api_taxonomy_taxon_path GET /api/taxonomies/:taxonomy_id/taxons/:id/edit(.:format)

spree/api/taxons#edit {:format=>"json"}

api_taxonomy_taxon_path GET /api/taxonomies/:taxonomy_id/taxons/:id(.:format)

spree/api/taxons#show {:format=>"json"}

PATCH /api/taxonomies/:taxonomy_id/taxons/:id(.:format)

spree/api/taxons#update {:format=>"json"}

PUT /api/taxonomies/:taxonomy_id/taxons/:id(.:format)

spree/api/taxons#update {:format=>"json"}

DELETE /api/taxonomies/:taxonomy_id/taxons/:id(.:format)

spree/api/taxons#destroy {:format=>"json"}

api_taxonomies_path GET /api/taxonomies(.:format)

spree/api/taxonomies#index {:format=>"json"}

POST /api/taxonomies(.:format)

spree/api/taxonomies#create {:format=>"json"}

new_api_taxonomy_path GET /api/taxonomies/new(.:format)

spree/api/taxonomies#new {:format=>"json"}

edit_api_taxonomy_path GET /api/taxonomies/:id/edit(.:format)

spree/api/taxonomies#edit {:format=>"json"}

api_taxonomy_path GET /api/taxonomies/:id(.:format)

spree/api/taxonomies#show {:format=>"json"}

PATCH /api/taxonomies/:id(.:format)

spree/api/taxonomies#update {:format=>"json"}

PUT /api/taxonomies/:id(.:format)

spree/api/taxonomies#update {:format=>"json"}

DELETE /api/taxonomies/:id(.:format)

spree/api/taxonomies#destroy {:format=>"json"}

api_taxons_path GET /api/taxons(.:format)

spree/api/taxons#index {:format=>"json"}

api_inventory_unit_path GET /api/inventory_units/:id(.:format)

spree/api/inventory_units#show {:format=>"json"}

PATCH /api/inventory_units/:id(.:format)

spree/api/inventory_units#update {:format=>"json"}

PUT /api/inventory_units/:id(.:format)

spree/api/inventory_units#update {:format=>"json"}

api_user_credit_cards_path GET /api/users/:user_id/credit_cards(.:format)

spree/api/credit_cards#index {:format=>"json"}

api_user_address_book_path GET /api/users/:user_id/address_book(.:format)

spree/api/address_books#show {:format=>"json"}

PATCH /api/users/:user_id/address_book(.:format)

spree/api/address_books#update {:format=>"json"}

PUT /api/users/:user_id/address_book(.:format)

spree/api/address_books#update {:format=>"json"}

DELETE /api/users/:user_id/address_book(.:format)

spree/api/address_books#destroy {:format=>"json"}

api_users_path GET /api/users(.:format)

spree/api/users#index {:format=>"json"}

POST /api/users(.:format)

spree/api/users#create {:format=>"json"}

new_api_user_path GET /api/users/new(.:format)

spree/api/users#new {:format=>"json"}

edit_api_user_path GET /api/users/:id/edit(.:format)

spree/api/users#edit {:format=>"json"}

api_user_path GET /api/users/:id(.:format)

spree/api/users#show {:format=>"json"}

PATCH /api/users/:id(.:format)

spree/api/users#update {:format=>"json"}

PUT /api/users/:id(.:format)

spree/api/users#update {:format=>"json"}

DELETE /api/users/:id(.:format)

spree/api/users#destroy {:format=>"json"}

api_credit_card_path PATCH /api/credit_cards/:id(.:format)

spree/api/credit_cards#update {:format=>"json"}

PUT /api/credit_cards/:id(.:format)

spree/api/credit_cards#update {:format=>"json"}

api_properties_path GET /api/properties(.:format)

spree/api/properties#index {:format=>"json"}

POST /api/properties(.:format)

spree/api/properties#create {:format=>"json"}

new_api_property_path GET /api/properties/new(.:format)

spree/api/properties#new {:format=>"json"}

edit_api_property_path GET /api/properties/:id/edit(.:format)

spree/api/properties#edit {:format=>"json"}

api_property_path GET /api/properties/:id(.:format)

spree/api/properties#show {:format=>"json"}

PATCH /api/properties/:id(.:format)

spree/api/properties#update {:format=>"json"}

PUT /api/properties/:id(.:format)

spree/api/properties#update {:format=>"json"}

DELETE /api/properties/:id(.:format)

spree/api/properties#destroy {:format=>"json"}

api_stock_location_stock_movements_path GET /api/stock_locations/:stock_location_id/stock_movements(.:format)

spree/api/stock_movements#index {:format=>"json"}

POST /api/stock_locations/:stock_location_id/stock_movements(.:format)

spree/api/stock_movements#create {:format=>"json"}

new_api_stock_location_stock_movement_path GET /api/stock_locations/:stock_location_id/stock_movements/new(.:format)

spree/api/stock_movements#new {:format=>"json"}

edit_api_stock_location_stock_movement_path GET /api/stock_locations/:stock_location_id/stock_movements/:id/edit(.:format)

spree/api/stock_movements#edit {:format=>"json"}

api_stock_location_stock_movement_path GET /api/stock_locations/:stock_location_id/stock_movements/:id(.:format)

spree/api/stock_movements#show {:format=>"json"}

PATCH /api/stock_locations/:stock_location_id/stock_movements/:id(.:format)

spree/api/stock_movements#update {:format=>"json"}

PUT /api/stock_locations/:stock_location_id/stock_movements/:id(.:format)

spree/api/stock_movements#update {:format=>"json"}

DELETE /api/stock_locations/:stock_location_id/stock_movements/:id(.:format)

spree/api/stock_movements#destroy {:format=>"json"}

api_stock_location_stock_items_path GET /api/stock_locations/:stock_location_id/stock_items(.:format)

spree/api/stock_items#index {:format=>"json"}

POST /api/stock_locations/:stock_location_id/stock_items(.:format)

spree/api/stock_items#create {:format=>"json"}

new_api_stock_location_stock_item_path GET /api/stock_locations/:stock_location_id/stock_items/new(.:format)

spree/api/stock_items#new {:format=>"json"}

edit_api_stock_location_stock_item_path GET /api/stock_locations/:stock_location_id/stock_items/:id/edit(.:format)

spree/api/stock_items#edit {:format=>"json"}

api_stock_location_stock_item_path GET /api/stock_locations/:stock_location_id/stock_items/:id(.:format)

spree/api/stock_items#show {:format=>"json"}

PATCH /api/stock_locations/:stock_location_id/stock_items/:id(.:format)

spree/api/stock_items#update {:format=>"json"}

PUT /api/stock_locations/:stock_location_id/stock_items/:id(.:format)

spree/api/stock_items#update {:format=>"json"}

DELETE /api/stock_locations/:stock_location_id/stock_items/:id(.:format)

spree/api/stock_items#destroy {:format=>"json"}

api_stock_locations_path GET /api/stock_locations(.:format)

spree/api/stock_locations#index {:format=>"json"}

POST /api/stock_locations(.:format)

spree/api/stock_locations#create {:format=>"json"}

new_api_stock_location_path GET /api/stock_locations/new(.:format)

spree/api/stock_locations#new {:format=>"json"}

edit_api_stock_location_path GET /api/stock_locations/:id/edit(.:format)

spree/api/stock_locations#edit {:format=>"json"}

api_stock_location_path GET /api/stock_locations/:id(.:format)

spree/api/stock_locations#show {:format=>"json"}

PATCH /api/stock_locations/:id(.:format)

spree/api/stock_locations#update {:format=>"json"}

PUT /api/stock_locations/:id(.:format)

spree/api/stock_locations#update {:format=>"json"}

DELETE /api/stock_locations/:id(.:format)

spree/api/stock_locations#destroy {:format=>"json"}

api_stock_items_path GET /api/stock_items(.:format)

spree/api/stock_items#index {:format=>"json"}

api_stock_item_path PATCH /api/stock_items/:id(.:format)

spree/api/stock_items#update {:format=>"json"}

PUT /api/stock_items/:id(.:format)

spree/api/stock_items#update {:format=>"json"}

DELETE /api/stock_items/:id(.:format)

spree/api/stock_items#destroy {:format=>"json"}

api_stores_path GET /api/stores(.:format)

spree/api/stores#index {:format=>"json"}

POST /api/stores(.:format)

spree/api/stores#create {:format=>"json"}

new_api_store_path GET /api/stores/new(.:format)

spree/api/stores#new {:format=>"json"}

edit_api_store_path GET /api/stores/:id/edit(.:format)

spree/api/stores#edit {:format=>"json"}

api_store_path GET /api/stores/:id(.:format)

spree/api/stores#show {:format=>"json"}

PATCH /api/stores/:id(.:format)

spree/api/stores#update {:format=>"json"}

PUT /api/stores/:id(.:format)

spree/api/stores#update {:format=>"json"}

DELETE /api/stores/:id(.:format)

spree/api/stores#destroy {:format=>"json"}

mine_api_store_credit_events_path GET /api/store_credit_events/mine(.:format)

spree/api/store_credit_events#mine {:format=>"json"}

api_config_money_path GET /api/config/money(.:format)

spree/api/config#money {:format=>"json"}

api_config_path GET /api/config(.:format)

spree/api/config#show {:format=>"json"}

api_classifications_path PUT /api/classifications(.:format)

spree/api/classifications#update {:format=>"json"}

api_taxon_products_path GET /api/taxons/products(.:format)

spree/api/taxons#products {:format=>"json"}

Routes for SolidusStripe::Engine
after_confirmation_path GET /:slug/after_confirmation(.:format)

solidus_stripe/intents#after_confirmation

webhooks_path POST /:slug/webhooks

solidus_stripe/webhooks#create

Request

Parameters:

None

Response

Headers:

None