How to Configure, Run, and Troubleshoot Vendor Data Feeds
What This Task Does
This task sets up a vendor data feed, saves the feed configuration, and uses the feed page to run or troubleshoot imports.
Use it when you are onboarding a new supplier integration or fixing an existing feed.
Before You Start
Make sure:
- the vendor already exists
- you know the connector type and importer type you need
- you know who should receive feed notifications
- you know whether the feed should run manually or on a schedule
Steps
Open the vendor record.
Create a new feed or open an existing one from the vendor's data-feed area.
If you are creating a feed, choose the connector type and importer type first.
HTTP File connector — choose this when the vendor publishes a file (CSV, XLSX, or XLS) at a stable, direct download URL. Supply the file URL, not a landing page. You can use the connection test on the feed page to confirm the URL is reachable before running a full import. An optional Bearer token and timeout can also be configured.
Fill in the core settings:
- name
- description
- notification recipients
- schedule
- active or paused state
Select the features and reports the feed should use.
Fill in any connector-specific or importer-specific options shown in the form.
Save the feed.
Open the feed page.
From the feed page:
- start a new run
- inspect current and recent runs
- review files when the connector supports it
- edit the feed again if needed
What Happens Next
After the feed runs successfully:
- staged vendor catalog items can be created or refreshed
- staged vendor inventory can be updated
- downstream mapping and inventory-review workflows can change
Common Mistakes
- Leaving the feed inactive and expecting scheduled runs.
- Choosing the wrong connector or importer combination.
- Expecting all feeds to support the same file tools.
- Saving the feed but never checking whether runs actually succeeded.
Related Guides
Sources
packages/admin/src/Livewire/Admin/Vendor/DataFeeds/CreatePage.phppackages/admin/src/Livewire/Admin/Vendor/DataFeed/EditPage.phppackages/admin/resources/views/components/vendor/data-feed/form.blade.phppackages/admin/resources/views/components/vendor/data-feed/page.blade.phppackages/framework/src/Services/DataFeed/Connectors/HttpFileConnector.php