• <%= link_to 'Summary', 'summary' %>

    • <%= link_to "Overview", 'summary', 'overview' %>
    • <%= link_to "Rules", 'summary', 'rules' %>
    • <%= link_to "Customizing", 'summary', 'customizing-responses' %>
  • <%= link_to 'Products', 'products' %>

    • <%= link_to "Index", 'products', 'index' %>
    • <%= link_to "Search", 'products', 'search' %>
    • <%= link_to "Show", 'products', 'show' %>
    • <%= link_to "New", 'products', 'new' %>
    • <%= link_to "Create", 'products', 'create' %>
    • <%= link_to "Update", 'products', 'update' %>
    • <%= link_to "Delete", 'products', 'delete' %>
  • <%= link_to 'Product Properties', 'product_properties' %>

    • <%= link_to "Index", 'product_properties', 'index' %>
    • <%= link_to "Search", 'product_properties', 'search' %>
    • <%= link_to "Show", 'product_properties', 'show' %>
    • <%= link_to "Create", 'product_properties', 'create' %>
    • <%= link_to "Update", 'product_properties', 'update' %>
    • <%= link_to "Delete", 'product_properties', 'delete' %>
  • <%= link_to 'Variants', 'variants' %>

    • <%= link_to "Index", 'variants', 'index' %>
    • <%= link_to "Search", 'variants', 'search' %>
    • <%= link_to "Show", 'variants', 'show' %>
    • <%= link_to "New", 'variants', 'new' %>
    • <%= link_to "Create", 'variants', 'create' %>
    • <%= link_to "Update", 'variants', 'update' %>
    • <%= link_to "Delete", 'variants', 'delete' %>
  • <%= link_to 'Orders', 'orders' %>

    • <%= link_to "Index", 'orders', 'index' %>
    • <%= link_to "Search", 'orders', 'search' %>
    • <%= link_to "Show", 'orders', 'show' %>
    • <%= link_to "Show (delivery)", 'orders', 'show-delivery' %>
    • <%= link_to "Create", 'orders', 'create' %>
    • <%= link_to "Address", 'orders', 'update-address' %>
    • <%= link_to "Empty", 'orders', 'empty' %>
  • <%= link_to 'Line Items', 'line_items' %>

    • <%= link_to "Create", 'line_items', 'create' %>
    • <%= link_to "Update", 'line_items', 'update' %>
    • <%= link_to "Delete", 'line_items', 'delete' %>
  • <%= link_to 'Checkouts', 'checkouts' %>

    • <%= link_to "Introduction", 'checkouts', 'introduction' %>
    • <%= link_to "Create", 'checkouts', 'creating-a-blank-order' %>
    • <%= link_to "Line Items", 'checkouts', 'add-line-items-to-an-order' %>
    • <%= link_to "Update", 'checkouts', 'updating-an-order' %>
    • <%= link_to "Address", 'checkouts', 'address' %>
    • <%= link_to "Delivery", 'checkouts', 'delivery' %>
    • <%= link_to "Payment", 'checkouts', 'payment' %>
    • <%= link_to "Confirm", 'checkouts', 'confirm' %>
    • <%= link_to "Complete", 'checkouts', 'complete' %>
  • <%= link_to 'Payments', 'payments' %>

    • <%= link_to "Index", 'payments', 'index' %>
    • <%= link_to "Search", 'payments', 'search' %>
    • <%= link_to "New", 'payments', 'new' %>
    • <%= link_to "Create", 'payments', 'create' %>
    • <%= link_to "Show", 'payments', 'show' %>
    • <%= link_to "Authorize", 'payments', 'authorize' %>
    • <%= link_to "Capture", 'payments', 'capture' %>
    • <%= link_to "Purchase", 'payments', 'purchase' %>
    • <%= link_to "Void", 'payments', 'void' %>
    • <%= link_to "Credit", 'payments', 'credit' %>
  • <%= link_to 'Return Authorizations', 'return_authorizations' %>

    • <%= link_to "Index", 'return_authorizations', 'index' %>
    • <%= link_to "Search", 'return_authorizations', 'search' %>
    • <%= link_to "Show", 'return_authorizations', 'show' %>
    • <%= link_to "Create", 'return_authorizations', 'create' %>
    • <%= link_to "Update", 'return_authorizations', 'update' %>
    • <%= link_to "Delete", 'return_authorizations', 'delete' %>
  • <%= link_to 'Shipments', 'shipments' %>

    • <%= link_to "Mine", 'shipments', 'mine' %>
    • <%= link_to "Create", 'shipments', 'create' %>
    • <%= link_to "Update", 'shipments', 'update' %>
    • <%= link_to "Ready", 'shipments', 'ready' %>
    • <%= link_to "Ship", 'shipments', 'ship' %>
    • <%= link_to "Add Variant", 'shipments', 'add-variant' %>
    • <%= link_to "Remove Variant", 'shipments', 'remove-variant' %>
  • <%= link_to 'Taxonomies', 'taxonomies' %>

    • <%= link_to "Index", 'taxonomies', 'index' %>
    • <%= link_to "Search", 'taxonomies', 'search' %>
    • <%= link_to "Show", 'taxonomies', 'show' %>
    • <%= link_to "Create", 'taxonomies', 'create' %>
    • <%= link_to "Update", 'taxonomies', 'update' %>
    • <%= link_to "Delete", 'taxonomies', 'delete' %>
    • <%= link_to "Taxon Index", 'taxonomies', 'list-taxons' %>
    • <%= link_to "Taxon Show", 'taxonomies', 'a-single-taxon' %>
    • <%= link_to "Taxon Create", 'taxonomies', 'taxon-create' %>
    • <%= link_to "Taxon Update", 'taxonomies', 'taxon-update' %>
    • <%= link_to "Taxon Delete", 'taxonomies', 'taxon-delete' %>
  • <%= link_to 'Addresses', 'addresses' %>

    • <%= link_to "Show", 'addresses', 'show' %>
    • <%= link_to "Update", 'addresses', 'update' %>
  • <%= link_to 'Countries', 'countries' %>

    • <%= link_to "Index", 'countries', 'index' %>
    • <%= link_to "Search", 'countries', 'search' %>
    • <%= link_to "Show", 'countries', 'show' %>
  • <%= link_to 'Stock Locations', 'stock_locations' %>

    • <%= link_to "Index", 'stock_locations', 'index' %>
    • <%= link_to "Search", 'stock_locations', 'search' %>
    • <%= link_to "Show", 'stock_locations', 'show' %>
    • <%= link_to "Create", 'stock_locations', 'create' %>
    • <%= link_to "Update", 'stock_locations', 'update' %>
    • <%= link_to "Delete", 'stock_locations', 'delete' %>
  • <%= link_to 'Stock Items', 'stock_items' %>

    • <%= link_to "Index", 'stock_items', 'index' %>
    • <%= link_to "Search", 'stock_items', 'search' %>
    • <%= link_to "Show", 'stock_items', 'show' %>
    • <%= link_to "Create", 'stock_items', 'create' %>
    • <%= link_to "Update", 'stock_items', 'update' %>
    • <%= link_to "Delete", 'stock_items', 'delete' %>
  • <%= link_to 'Stock Movements', 'stock_movements' %>

    • <%= link_to "Index", 'stock_movements', 'index' %>
    • <%= link_to "Search", 'stock_movements', 'search' %>
    • <%= link_to "Show", 'stock_movements', 'show' %>
    • <%= link_to "Create", 'stock_movements', 'create' %>
    • <%= link_to "Update", 'stock_movements', 'update' %>
    • <%= link_to "Delete", 'stock_movements', 'delete' %>
  • <%= link_to 'Zones', 'zones' %>

    • <%= link_to "Index", 'zones', 'index' %>
    • <%= link_to "Search", 'zones', 'search' %>
    • <%= link_to "Show", 'zones', 'show' %>
    • <%= link_to "Create", 'zones', 'create' %>
    • <%= link_to "Update", 'zones', 'update' %>
    • <%= link_to "Delete", 'zones', 'delete' %>