Class: CatalogItemsController

Inherits:
CrmController show all
Includes:
Controllers::ContentLocalizable, Controllers::Workflowable
Defined in:
app/controllers/catalog_items_controller.rb

Overview

== Schema Information

Table name: catalog_items

id :integer not null, primary key
catalog_id :integer
amount :decimal(8, 2)
store_item_id :integer
max_discount :integer default(100)
free_for_organizations :boolean default(FALSE)
third_party_part_number :string(255) default(""), not null
retail_price :decimal(8, 2)
third_party_name_en :string(255)
third_party_name_fr :string(255)
price_editable :boolean default(FALSE), not null
reserve_stock :integer
min_stock_to_report :integer
third_party_sku :string

Constant Summary collapse

PRICE_ATTRIBUTES =
%w[
  amount sale_price new_price new_price_effective_date
  retail_price retailer_requested_cost msrp map_price
  coupon_id new_coupon_id new_sale_price
].freeze

Constants included from Controllers::ReferenceFindable

Controllers::ReferenceFindable::ID_EMBEDDED_PATTERNS

Constants included from Controllers::AnalyticsEvents

Controllers::AnalyticsEvents::MAX_QUEUED_EVENTS, Controllers::AnalyticsEvents::SESSION_KEY

Constants included from Controllers::ErrorRendering

Controllers::ErrorRendering::NON_CONTENT_PATH_PREFIXES

Constants included from Www::SeoHelper

Www::SeoHelper::AWARDS, Www::SeoHelper::CA_ADDRESS, Www::SeoHelper::CA_BUSINESS_HOURS, Www::SeoHelper::CA_CONTACT_POINT, Www::SeoHelper::CA_CURRENCIES, Www::SeoHelper::CA_DESCRIPTION, Www::SeoHelper::CA_FOUNDING_DATE, Www::SeoHelper::CA_GLOBAL_LOCATION_NUMBER, Www::SeoHelper::CA_LEGAL_NAME, Www::SeoHelper::CA_LOCAL_BUSINESS, Www::SeoHelper::CA_ONLINE_STORE, Www::SeoHelper::CA_RETURN_POLICY, Www::SeoHelper::CA_SALES_DEPARTMENT, Www::SeoHelper::CA_SERVICE_AREA, Www::SeoHelper::CA_URL, Www::SeoHelper::CA_VAT_ID, Www::SeoHelper::CA_WAREHOUSE_DEPARTMENT, Www::SeoHelper::CA_WAREHOUSE_HOURS, Www::SeoHelper::COMPANY_EMAIL, Www::SeoHelper::COMPANY_LOGO, Www::SeoHelper::COMPANY_NAME, Www::SeoHelper::COMPANY_SLOGAN, Www::SeoHelper::EXPERTISE, Www::SeoHelper::FAX_NUMBER, Www::SeoHelper::GS1_COMPANY_PREFIX, Www::SeoHelper::ISO6523_CODE, Www::SeoHelper::PAYMENT_METHODS, Www::SeoHelper::PHONE_NUMBER, Www::SeoHelper::PRIMARY_NAICS, Www::SeoHelper::REFUND_TYPE, Www::SeoHelper::RETURN_FEES, Www::SeoHelper::RETURN_METHOD, Www::SeoHelper::RETURN_POLICY_CATEGORY, Www::SeoHelper::SECONDARY_NAICS, Www::SeoHelper::SOCIAL_PROFILES, Www::SeoHelper::US_ADDRESS, Www::SeoHelper::US_BUSINESS_HOURS, Www::SeoHelper::US_CONTACT_POINT, Www::SeoHelper::US_CURRENCIES, Www::SeoHelper::US_DESCRIPTION, Www::SeoHelper::US_FOUNDING_DATE, Www::SeoHelper::US_GLOBAL_LOCATION_NUMBER, Www::SeoHelper::US_IMAGE, Www::SeoHelper::US_LEGAL_NAME, Www::SeoHelper::US_LOCAL_BUSINESS, Www::SeoHelper::US_ONLINE_STORE, Www::SeoHelper::US_RETURN_POLICY, Www::SeoHelper::US_SALES_DEPARTMENT, Www::SeoHelper::US_SERVICE_AREA, Www::SeoHelper::US_TAX_ID, Www::SeoHelper::US_URL, Www::SeoHelper::US_WAREHOUSE_DEPARTMENT, Www::SeoHelper::US_WAREHOUSE_HOURS

Constants included from IconHelper

IconHelper::CUSTOM_ICON_MAP, IconHelper::CUSTOM_SVG_DIR, IconHelper::DEFAULT_FAMILY

Instance Method Summary collapse

Methods included from Controllers::ContentLocalizable

#allow_content_locale_switch, #default_url_options, #set_content_locale

Methods included from Controllers::Workflowable

#render_workflow_error_stream, #render_workflow_success_stream, #workflow_action, #workflow_action_complete

Methods inherited from CrmController

#access_denied, #context_id, #context_object, #crm_home_path, #current_ability, #default_url_options, #download_temp, #get_tempfile_path_for_download, #initialize_crm_lazy_chunks, #record_not_found, #redirect_to_job_or_fallback, #render_edit_action, #set_context, #set_download_path, #stash_file_for_temp_download

Methods inherited from ApplicationController

#account_impersonated?, #add_to_flash, #append_token, #bypass_forgery_protection?, #chat_enabled?, #cloudflare_cleared?, #default_catalog, #default_url_options, #enable_turbo_frames, #find_publication, #fix_invalid_accept_header, #init_js_utils, #is_globals_call?, #layout_by_resource, #locale_store, #redirect_to, #require_employee_for_crm, #set_base_host, #set_real_ip, #set_report_errors_for, #should_render_layout?, #stamp_impersonation_context, #warmlyyours_canada_ip?, #warmlyyours_ip?, #y

Methods included from Controllers::ReturnPathHandling

#check_for_return_path, #redirect_to_return_path_or_default

Methods included from Controllers::AnalyticsEvents

#consume_queued_analytics_events, #track_event

Methods included from Controllers::DeviceDetection

#device_detector, #is_ie?

Methods included from Controllers::SubdomainDetection

#is_crm_request?, #is_www_request?, #json_request?

Methods included from Controllers::TrackingDetection

#bot_request?, #gdpr_country?, #gdpr_country_data, #prevent_bots, #set_tracking_cookie, #track_visitor?

Methods included from Controllers::AcceleratedFileSending

#send_file_accelerated, #send_upload_accelerated

Methods included from Controllers::ErrorRendering

#excp_string, #mail_to_for_error_reporting, #render_400, #render_404, #render_406, #render_410, #render_500, #render_invalid_authenticity_token, #render_ip_spoof_error, #safe_referer_or_fallback

Methods included from Controllers::TurnstileVerification

#load_turnstile_script_tag, #turnstile_lazy_widget, #turnstile_script_tag, #turnstile_widget, #validate_turnstile!

Methods included from Controllers::CloudflareCaching

edge_cached, #edge_cached_action?, #reset_cloudflare_cache, #set_cloudflare_cache, #skip_session

Methods included from Controllers::Webpackable

#preload_webpack_fonts, #webpack_css_include, #webpack_css_url, #webpack_js_include, #wpd_is_running?

Methods included from Controllers::Localizable

#cloudflare_country_locale, #determine_request_locale, #geocoder_locale, #guest_user_locale_check, #locale_optional_www_auth_path?, #param_locale, #set_locale, #set_request_locale, #skip_localization?, #warmlyyours_ip_locale

Methods included from Controllers::Authenticable

#access_denied, #authenticate_account, #authenticate_account!, #authenticate_account_from_login_token!, #authenticate_account_from_token!, #check_is_a_manager, #check_is_a_sales_manager, #check_is_an_admin, #check_is_an_employee, #check_party, #clear_mismatched_guest_user, #create_guest_user, #credentials?, #current_or_guest_user, #current_or_guest_user_id_read_only, #current_user, #devise_mapping, #fully_logged_in?, #generate_bot_id, #guest_user, #identifiable?, #init_current_user, #initialize_guest, #load_context_user, #logging_in, #resource, #resource_name, #restrict_access_for_non_employees, #scrubbed_request_path, #user_object, #warn_on_session_guest_id_leak

Methods included from ApplicationHelper

#better_number_to_currency, #check_force_logout, #check_or_cross, #check_or_times, #error_messages, #general_disclaimer_on_product_installation_and_local_codes, #gridjs_from_html_table, #gridjs_table, #is_wy_ip, #line_break, #parent_layout, #pass_or_fail, #render_error_messages_list, #render_video_card, #resolved_auth_form_turbo_frame, #return_path_or, #safe_css_color, #set_return_path_if_present, #set_section_if_present, #tab_frame_id, #to_underscore, #track_page?, #turbo_section_wrapper, #turbo_tabs_request?, #url_on_same_domain_as_request, #widget_index_daily_focus_index_path, #working_hours?, #yes_or_no, #yes_or_no_highlighted, #yes_or_no_with_check_or_cross, #youtube_video

Methods included from UppyUploaderHelper

#file_uploader, #image_uploader, #large_file_uploader_s3, #lead_sketch_uploader, #rma_image_uploader, #rma_image_uploader_s3, #uppy_uploader, #video_uploader

Methods included from Www::ImagesHelper

#image_asset_tag, #image_asset_url

Methods included from Www::SeoHelper

#add_page_schema, #canada?, #company_social_links, #ensure_context_json, #json_ld_script_tag, #local_business_schema, #online_store_id, #online_store_schema, #page_main_entity, #page_main_entity_json, #render_auto_collection_page_schema, #render_collection_page_schema, #render_local_business_schema, #render_online_store_schema, #render_page_schemas, #render_page_video_schemas, #render_webpage_schema, #render_webpage_schema_with_collections, #usa?

Methods included from UrlsHelper

#catalog_breadcrumb_links, #catalog_link, #catalog_link_for_product_line, #catalog_link_for_sku, #cms_link, #delocalized_path, #path_to_sales_product_sku, #path_to_sales_product_sku_for_product_line, #path_to_sales_product_sku_for_product_line_slug, #product_line_from_catalog_link, #protocol_neutral_url, #sanitize_external_url, #valid_external_url?

Methods included from IconHelper

#account_nav_icon, #fa_icon, #star_rating_html

Instance Method Details

#amazon_fba_labelsObject



406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
# File 'app/controllers/catalog_items_controller.rb', line 406

def amazon_fba_labels
  @catalog_item = CatalogItem.includes(:item).find(params[:id])
  authorize! :read, CatalogItem

  @item = @catalog_item.item
  require 'barby'
  require 'barby/barcode/code_128'
  require 'barby/outputter/png_outputter'
  barcode = Barby::Code128.new(@item.upc)
  file_name = "#{@item.sku}_#{@item.upc}_upca.png"
  barcode_path = Rails.public_path.join(file_name)
  File.open(barcode_path, 'wb') do |f|
    f.write barcode.to_png(height: 33, margin: 0)
    f.flush
    f.fsync
  end
  @barcode_path = barcode_path
  @barcode_path = "//#{request.host_with_port}/#{file_name}" if params[:debug].present?
  Rails.logger.debug { "@barcode_path: #{@barcode_path}" }
end

#amazon_listing_dataObject

Patch or Put listing message via EDI/API partners



308
309
310
311
312
313
314
315
316
317
318
# File 'app/controllers/catalog_items_controller.rb', line 308

def amazon_listing_data
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :update, @catalog_item
  @generator = @catalog_item.amazon_json_generator
rescue ArgumentError => e
  Appsignal.report_error(e) do |transaction|
    transaction.set_tags(catalog_item_id: @catalog_item.id.to_s, sku: @catalog_item.sku.to_s)
  end
  flash[:warning] = e.message
  redirect_to catalog_item_path(@catalog_item)
end

#createObject



365
366
367
368
369
370
371
372
373
374
# File 'app/controllers/catalog_items_controller.rb', line 365

def create
  authorize! :create, CatalogItem
  result = Catalog::CreateCatalogItem.new.process(@catalog, params[:catalog_item])
  if result.catalog_item_created?
    redirect_to_return_path_or_default(catalog_item_path(result.catalog_item), notice: result.messages.join(', '))
  else
    @catalog_item = result.catalog_item
    render :new, status: :unprocessable_entity
  end
end

#delete_amazon_listing_dataObject



336
337
338
339
340
341
342
343
344
345
346
# File 'app/controllers/catalog_items_controller.rb', line 336

def delete_amazon_listing_data
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :update, @catalog_item
  res = if @catalog_item.walmart_catalog_item?
          @catalog_item.walmart_retire_item
        else
          @catalog_item.amazon_delete_information
        end
  flash[:info] = "Delete Listing request sent. #{res[:status]}: #{res[:message]}"
  redirect_to catalog_item_path(@catalog_item)
end

#destroyObject



387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
# File 'app/controllers/catalog_items_controller.rb', line 387

def destroy
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :update, CatalogItem

  if @catalog_item.ok_to_destroy?
    if @catalog_item.destroy
      redirect_to catalog_path(@catalog_item.catalog_id), notice: 'Catalog Item deleted'
    else
      flash[:error] = @catalog_item.errors_to_s
      redirect_to catalog_item_path(@catalog_item)
    end
  else
    # Attempts discontinue
    @catalog_item.discontinue
    flash[:warning] = "Catalog Item #{@catalog_item.id} is in use and was discontinued instead"
    redirect_to catalog_item_path(@catalog_item)
  end
end

#destroy_retailer_probeObject



216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
# File 'app/controllers/catalog_items_controller.rb', line 216

def destroy_retailer_probe
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :update, @catalog_item

  probe = @catalog_item.retailer_probes.find(params[:probe_id])
  probe.destroy!

  respond_to do |format|
    format.html do
      flash[:success] = 'Retailer probe deleted'
      redirect_to catalog_item_path(@catalog_item, tab: 'retailer_probes')
    end
    format.turbo_stream do
      render turbo_stream: turbo_stream.remove("retailer_probe_#{probe.id}")
    end
  end
end

#editObject



263
264
265
266
267
268
# File 'app/controllers/catalog_items_controller.rb', line 263

def edit
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :update, @catalog_item

  @catalog = @catalog_item.catalog
end

#edit_amazonObject



58
59
60
61
62
# File 'app/controllers/catalog_items_controller.rb', line 58

def edit_amazon
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :update, @catalog_item
  set_image_ransack
end

#edit_storesObject



270
271
272
273
# File 'app/controllers/catalog_items_controller.rb', line 270

def edit_stores
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :update, @catalog_item
end

#export_amalytics_snapshotObject



565
566
567
568
569
570
571
572
573
# File 'app/controllers/catalog_items_controller.rb', line 565

def export_amalytics_snapshot
  catalog_items = CatalogItem.where(id: params[:id])
  file_name = "amalytix_export_#{Time.current.to_i}.xlsx"
  directory_path = Rails.root.join(Rails.application.config.x.temp_storage_path.to_s, 'users', current_user.id.to_s)
  FileUtils.mkdir_p(directory_path)
  output_file_path = Rails.root.join(directory_path, file_name)
  Amazon::ExportAmalyticsSnapshot.new.process(catalog_items:, output_file_path:)
  send_file_accelerated(output_file_path)
end

#indexObject



27
28
29
30
31
32
33
34
# File 'app/controllers/catalog_items_controller.rb', line 27

def index
  if context_object.respond_to?(:catalog_items)
    @catalog_items = context_object&.catalog_items
    render layout: should_render_layout?
  else
    redirect_to new_search_path(type: 'ProductCatalogSearch')
  end
end

#newObject



245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
# File 'app/controllers/catalog_items_controller.rb', line 245

def new
  @catalog_item = @catalog.catalog_items.build(params[:catalog_item])
  authorize! :create, @catalog_item
  if @catalog_item.is_publication?
    @catalog_item.amount = 0.0
  else
    @catalog_item.state = @catalog.default_catalog_item_state
    # A custom build product does not go to active public
    @catalog_item.state = 'active_hidden' if @catalog_item.active? && @catalog_item.item&.product_category&.custom_product
    # Default the pricing if we come from a parent catalog with a default price set
    if (parent_catalog_amount = @catalog_item.parent_catalog_item&.amount)
      discount = @catalog_item.parent_catalog_discount || 0.0
      @catalog_item.amount = parent_catalog_amount * (1.0 - discount)
    end
  end
  @catalog_item.state ||= 'active'
end

#pull_amazon_informationObject



427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
# File 'app/controllers/catalog_items_controller.rb', line 427

def pull_amazon_information
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :update, CatalogItem
  return_path = catalog_item_path(@catalog_item, tab: 'amazon')
  options = {
    catalog_item_ids: [@catalog_item.id],
    redirect_to: return_path,
    operation: %w[PULL_LISTING_INFORMATION PULL_CATALOG_INFORMATION PULL_BUY_BOX_STATUS]
  }
  if Rails.env.development?
    AmazonItemOperationWorker.new.perform(**options)
    redirect_to return_path
  else
    jid = AmazonItemOperationWorker.perform_async(**options)
    redirect_to_job_or_fallback(
      jid,
      return_path,
      duplicate_lookup: -> { SidekiqUniqueJobsJidLookup.active_jid_for_args(AmazonItemOperationWorker, options) }
    )
  end
end

#pull_amazon_schemaObject



449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
# File 'app/controllers/catalog_items_controller.rb', line 449

def pull_amazon_schema
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :update, CatalogItem
  return_path = catalog_item_path(@catalog_item, tab: 'amazon')
  options = {
    catalog_item_ids: [@catalog_item.id],
    redirect_to: return_path,
    operation: %w[PULL_LISTING_SCHEMA]
  }
  if Rails.env.development?
    # AmazonItemOperationWorker.new.perform(**options)
    @catalog_item.amazon_pull_listing_schema
    redirect_to return_path
  else
    jid = AmazonItemOperationWorker.perform_async(**options)
    redirect_to_job_or_fallback(
      jid,
      return_path,
      duplicate_lookup: -> { SidekiqUniqueJobsJidLookup.active_jid_for_args(AmazonItemOperationWorker, options) }
    )
  end
end

#pull_wayfair_informationObject



480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
# File 'app/controllers/catalog_items_controller.rb', line 480

def pull_wayfair_information
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :update, CatalogItem
  return_path = catalog_item_path(@catalog_item, tab: 'wayfair')

  orchestrator = Edi::Wayfair::Orchestrator.build(:wayfair_us)
  result = orchestrator.pull_catalog_information(@catalog_item.sku || @catalog_item.item.sku)

  if result[:success]
    flash[:notice] = 'Wayfair catalog information pulled successfully.'
  else
    flash[:error] = "Failed to pull Wayfair information: #{result[:message]}"
  end

  redirect_to return_path
end

#pull_wayfair_schemaObject



497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
# File 'app/controllers/catalog_items_controller.rb', line 497

def pull_wayfair_schema
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :update, CatalogItem
  return_path = catalog_item_path(@catalog_item, tab: 'wayfair')

  taxonomy_category_id = @catalog_item.wayfair_taxonomy_category_id_in_effect
  unless taxonomy_category_id
    flash[:error] = 'No taxonomy category set. Pull Wayfair catalog data first.'
    redirect_to(return_path) && return
  end

  orchestrator = Edi::Wayfair::Orchestrator.build(:wayfair_us)
  schema = orchestrator.pull_taxonomy_schema(taxonomy_category_id)

  if schema
    flash[:notice] = "Taxonomy schema pulled for #{@catalog_item.wayfair_class_name || 'category'} (#{schema.attributes_list.size} attributes)."
  else
    flash[:error] = 'Failed to pull taxonomy schema from Wayfair.'
  end

  redirect_to return_path
end

#push_inventory_messageObject

Push inventory message via EDI/API partners



290
291
292
293
294
295
296
# File 'app/controllers/catalog_items_controller.rb', line 290

def push_inventory_message
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :update, @catalog_item
  res = @catalog_item.push_inventory_message
  flash[:info] = "Inventory Message created for item. #{res.inspect}"
  redirect_to catalog_item_path(@catalog_item)
end

#push_price_messageObject

Push price message via EDI/API partners



299
300
301
302
303
304
305
# File 'app/controllers/catalog_items_controller.rb', line 299

def push_price_message
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :update, @catalog_item
  res = @catalog_item.push_price_message
  flash[:info] = "Price Message created for item. #{res.inspect}"
  redirect_to catalog_item_path(@catalog_item)
end

#push_wayfair_listing_dataObject



534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'app/controllers/catalog_items_controller.rb', line 534

def push_wayfair_listing_data
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :update, @catalog_item
  return_path = catalog_item_path(@catalog_item, tab: 'wayfair')

  dry_run = params.dig(:listing, :dry_run) == '1' || params[:dry_run] == 'true'
  attribute_actions = params.dig(:listing, :action).to_h

  # Filter to only include attributes marked as 'send'
  attributes_to_send = attribute_actions.select { |_k, v| v == 'send' }.keys

  orchestrator = Edi::Wayfair::Orchestrator.build(:wayfair_us)
  result = orchestrator.push_catalog_update(
    @catalog_item,
    attributes: attributes_to_send.presence,
    dry_run: dry_run
  )

  if result.success
    if dry_run
      flash[:info] = "Dry run successful. Would send #{result.payload[:attributes].size} attributes."
    else
      flash[:notice] = "Listing data pushed to Wayfair. Request handle: #{result.request_handle}"
    end
  else
    flash[:error] = "Failed to push listing data: #{result.errors.join(', ')}"
  end

  redirect_to return_path
end

#reset_price_to_parent_discountObject

Reset this catalog item price from its parent



349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
# File 'app/controllers/catalog_items_controller.rb', line 349

def reset_price_to_parent_discount
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :update, @catalog_item
  if @catalog_item.parent_catalog_item
    res = Catalog::PushCatalogItemPrice.new.process(@catalog_item.parent_catalog_item, target_catalog_id: @catalog_item.catalog_id)
    if res.all_price_pushed?
      flash[:notice] = "Price reset to parent for item #{@catalog_item.name}"
    else
      flash[:error] = "Failed to reset price to parent for item #{@catalog_item.name}: #{res.messages.join(', ')}"
    end
  else
    flash[error] = "Failed to reset price to parent for item #{@catalog_item.name}, no parent catalog item to set price from"
  end
  redirect_to_return_path_or_default catalog_item_path(@catalog_item)
end

#retailer_probe_statusObject



180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
# File 'app/controllers/catalog_items_controller.rb', line 180

def retailer_probe_status
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :read, @catalog_item

  # Check for pending webhook logs for this catalog item
  pending_webhook = WebhookLog.where(state: 'pending', resource_type: 'CatalogItem', resource_id: @catalog_item.id)
                              .where(category: 'price_check')
                              .where(created_at: 10.minutes.ago..)
                              .order(created_at: :desc)
                              .first

  if pending_webhook
    render json: { status: 'pending', message: 'Waiting for webhook callback', started_at: pending_webhook.created_at }
  else
    # Check the latest probe result
    latest_probe = @catalog_item.retailer_probes.order(created_at: :desc).first

    # Only report a probe result if it was created AFTER any recent webhook was submitted
    # This prevents race conditions where we return a stale probe result before the new one completes
    last_webhook_for_item = WebhookLog.where(resource_type: 'CatalogItem', resource_id: @catalog_item.id)
                                      .where(category: 'price_check')
                                      .order(created_at: :desc)
                                      .first

    # If there's a webhook that was created after the latest probe, the probe result is stale
    # Return 'queued' to keep polling until new probe result arrives
    if last_webhook_for_item && latest_probe && last_webhook_for_item.created_at > latest_probe.created_at
      render json: { status: 'queued', message: 'Waiting for probe result' }
    elsif latest_probe && latest_probe.created_at > 10.minutes.ago
      render json: { status: latest_probe.status, price: latest_probe.price, updated_at: latest_probe.created_at }
    else
      render json: { status: 'none', message: 'No recent probes' }
    end
  end
end

#searchObject



234
235
236
237
238
239
240
241
242
243
# File 'app/controllers/catalog_items_controller.rb', line 234

def search
  sku = params.dig(:q, :sku_eq).presence
  if sku.present? && (@catalog_item = @catalog.catalog_items.by_skus(sku).first)
    authorize! :read, @catalog_item
    redirect_to catalog_item_path(@catalog_item)
  else
    flash[:error] = "Could not find an item with sku [#{sku}] in catalog"
    redirect_to catalog_path(@catalog)
  end
end

#send_amazon_listing_dataObject



320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
# File 'app/controllers/catalog_items_controller.rb', line 320

def send_amazon_listing_data
  api_http_method = params[:listing].delete(:api_http_method)
  fbm_vs_fba = params[:listing].delete(:fbm_vs_fba) || 'FBM' # Default to FBM if not specified (non-FBA items)
  attribute_actions = params.dig(:listing, :action)&.to_h
  # attribute_actions = params["listing"].delete("attribute_actions")
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :update, @catalog_item
  res = if api_http_method == 'PUT'
          @catalog_item.amazon_send_put_listing_information(fbm_vs_fba:)
        else
          @catalog_item.amazon_send_patch_listing_information(attribute_actions:, fbm_vs_fba:)
        end
  flash[:info] = "Listing Message Sent for item. #{res[:status]}: #{res[:message]}"
  redirect_to catalog_item_path(@catalog_item)
end

#showObject



36
37
38
39
40
41
42
43
44
# File 'app/controllers/catalog_items_controller.rb', line 36

def show
  @catalog_item = CatalogItem.includes(catalog: :parent_catalog).find(params[:id])
  if params[:refresh_specs].to_b
    @catalog_item.item.update_rendered_product_specifications(user_id: current_user.id)
    # Reload with associations to avoid N+1 in presenter
    @catalog_item = CatalogItem.includes(catalog: :parent_catalog).find(params[:id])
  end
  authorize! :read, @catalog_item
end

#show_amazonObject



46
47
48
49
50
# File 'app/controllers/catalog_items_controller.rb', line 46

def show_amazon
  @catalog_item = CatalogItem.includes(catalog: :parent_catalog).find(params[:id])
  authorize! :read, @catalog_item
  render layout: should_render_layout?
end

#show_ediObject



52
53
54
55
56
# File 'app/controllers/catalog_items_controller.rb', line 52

def show_edi
  @catalog_item = CatalogItem.includes(catalog: :parent_catalog).find(params[:id])
  authorize! :read, @catalog_item
  render layout: should_render_layout?
end

#show_siblingsObject



77
78
79
80
81
# File 'app/controllers/catalog_items_controller.rb', line 77

def show_siblings
  @catalog_item = CatalogItem.includes(catalog: :parent_catalog).find(params[:id])
  authorize! :read, @catalog_item
  render layout: should_render_layout?
end

#show_wayfairObject

Wayfair Actions



474
475
476
477
478
# File 'app/controllers/catalog_items_controller.rb', line 474

def show_wayfair
  @catalog_item = CatalogItem.includes(catalog: :parent_catalog).find(params[:id])
  authorize! :read, @catalog_item
  render layout: should_render_layout?
end

#tab_dependentsObject



113
114
115
116
117
# File 'app/controllers/catalog_items_controller.rb', line 113

def tab_dependents
  @catalog_item = CatalogItem.includes(:catalog).find(params[:id])
  authorize! :read, @catalog_item
  render layout: should_render_layout?
end

#tab_descriptionsObject



95
96
97
98
99
# File 'app/controllers/catalog_items_controller.rb', line 95

def tab_descriptions
  @catalog_item = CatalogItem.includes(:item).find(params[:id])
  authorize! :read, @catalog_item
  render layout: should_render_layout?
end

#tab_imagesObject



107
108
109
110
111
# File 'app/controllers/catalog_items_controller.rb', line 107

def tab_images
  @catalog_item = CatalogItem.includes(:catalog, item: :image_profiles).find(params[:id])
  authorize! :read, @catalog_item
  render layout: should_render_layout?
end

#tab_mainObject



83
84
85
86
87
88
89
90
91
92
93
# File 'app/controllers/catalog_items_controller.rb', line 83

def tab_main
  @catalog_item = CatalogItem.includes(
    :catalog,
    :coupon,
    :new_coupon,
    { store_items: { store: :warehouse_address } },
    { item: %i[product_category product_lines] }
  ).find(params[:id])
  authorize! :read, @catalog_item
  render layout: should_render_layout?
end

#tab_price_historyObject



125
126
127
128
129
130
131
132
133
134
135
136
# File 'app/controllers/catalog_items_controller.rb', line 125

def tab_price_history
  @catalog_item = CatalogItem.includes(:catalog).find(params[:id])
  authorize! :read, @catalog_item

  price_keys_sql = PRICE_ATTRIBUTES.map { |a| "'#{a}'" }.join(', ')
  @price_versions = RecordVersion
                    .where(item_type: 'CatalogItem', item_id: @catalog_item.id)
                    .where("object_changes ?| array[#{price_keys_sql}]")
                    .order(created_at: :desc)
                    .limit(200)
  render layout: should_render_layout?
end

#tab_retailer_probesObject



138
139
140
141
142
143
# File 'app/controllers/catalog_items_controller.rb', line 138

def tab_retailer_probes
  @catalog_item = CatalogItem.includes(:catalog, :retailer_probes).find(params[:id])
  authorize! :read, @catalog_item
  @retailer_probes = @catalog_item.retailer_probes.order(created_at: :desc).limit(50)
  render layout: should_render_layout?
end

#tab_sibling_retailersObject



145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
# File 'app/controllers/catalog_items_controller.rb', line 145

def tab_sibling_retailers
  @catalog_item = CatalogItem.includes(:catalog, store_item: :item).find(params[:id])
  authorize! :read, @catalog_item

  # Find sibling catalog items: same item_id, same store_id (country), different catalog_id, active
  @sibling_catalog_items = CatalogItem
                           .includes(:catalog, :coupon, :new_coupon, store_item: { item: :product_category })
                           .joins(:catalog, store_item: :store)
                           .where(store_items: { item_id: @catalog_item.item.id })
                           .where(catalogs: { store_id: @catalog_item.catalog.store_id })
                           .where.not(catalog_id: @catalog_item.catalog_id)
                           .where(state: 'active')
                           .order('catalogs.name ASC')

  render layout: should_render_layout?
end

#tab_specsObject



101
102
103
104
105
# File 'app/controllers/catalog_items_controller.rb', line 101

def tab_specs
  @catalog_item = CatalogItem.includes(item: :product_category).find(params[:id])
  authorize! :read, @catalog_item
  render layout: should_render_layout?
end

#trigger_retailer_probeObject



162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
# File 'app/controllers/catalog_items_controller.rb', line 162

def trigger_retailer_probe
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :read, @catalog_item

  RetailerProbeWorker.perform_async(catalog_item_id: @catalog_item.id)

  respond_to do |format|
    format.html do
      flash[:success] = "Retailer probe queued for #{@catalog_item.sku}"
      flash[:warning] = 'Development mode: Start the tunnel (script/dev_tunnel_api.sh) to receive webhook callbacks.' if Rails.env.development?
      redirect_to catalog_item_path(@catalog_item, tab: 'retailer_probes')
    end
    format.json do
      render json: { status: 'queued', message: "Retailer probe queued for #{@catalog_item.sku}" }
    end
  end
end

#updateObject



376
377
378
379
380
381
382
383
384
385
# File 'app/controllers/catalog_items_controller.rb', line 376

def update
  authorize! :update, CatalogItem
  result = Catalog::UpdateCatalogItem.new.process(params[:id], params[:catalog_item])
  @catalog_item = result.catalog_item
  if result.catalog_item_updated?
    redirect_to_return_path_or_default(catalog_item_path(@catalog_item), notice: result.messages.join(', '))
  else
    render :edit, status: :unprocessable_entity
  end
end

#update_amazonObject



64
65
66
67
68
69
70
71
72
73
74
75
# File 'app/controllers/catalog_items_controller.rb', line 64

def update_amazon
  authorize! :update, CatalogItem
  result = Catalog::UpdateCatalogItem.new.process(params[:id], params[:catalog_item])
  @catalog_item = result.catalog_item

  if result.catalog_item_updated?
    redirect_to_return_path_or_default(show_amazon_catalog_item_path(@catalog_item), notice: 'Catalog Item updated successfully')
  else
    set_image_ransack
    render :edit_amazon, status: :unprocessable_entity
  end
end

#update_storesObject



275
276
277
278
279
280
281
282
283
284
285
286
287
# File 'app/controllers/catalog_items_controller.rb', line 275

def update_stores
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :update, @catalog_item

  # Retrieve the selected store ids
  store_ids = (params.dig(:stores, :store_ids) || []).map(&:presence).filter_map(&:to_i).uniq
  @catalog_item.map_to_stores(store_ids)
  if @catalog_item.errors.present?
    render :edit_stores, status: :unprocessable_entity
  else
    redirect_to catalog_item_path(@catalog_item, notice: 'Stores updated')
  end
end

#wayfair_listing_dataObject



520
521
522
523
524
525
526
527
528
529
530
531
532
# File 'app/controllers/catalog_items_controller.rb', line 520

def wayfair_listing_data
  @catalog_item = CatalogItem.find(params[:id])
  authorize! :update, @catalog_item

  orchestrator = Edi::Wayfair::Orchestrator.build(:wayfair_us)
  wayfair_schema = orchestrator.wayfair_schema_for(@catalog_item.wayfair_taxonomy_category_id_in_effect)

  @coverage = orchestrator.catalog_update_coverage(@catalog_item)
  @preview_result = orchestrator.preview_catalog_update(@catalog_item)

  # Build attributes list with metadata for the form
  @attributes_to_send = build_wayfair_attributes_list(@catalog_item, wayfair_schema, @preview_result)
end