Module: ListingIssues
- Defined in:
- app/services/listing_issues/issue.rb,
app/services/listing_issues/sync.rb,
app/services/listing_issues/base_adapter.rb,
app/services/listing_issues/amazon_adapter.rb,
app/services/listing_issues/walmart_adapter.rb
Overview
Provider-agnostic listing-issue extraction. Adapters under this namespace read
each marketplace's own signals and normalize them into Issue;
Sync reconciles those against the ListingIssue table.
Defined Under Namespace
Classes: AmazonAdapter, BaseAdapter, Issue, Sync, WalmartAdapter