Create Feed Configuration
Feed Management
Create Feed Configuration
Set up an IMS inventory feed configuration for a dealership.
POST
Create Feed Configuration
POST /v1/ims/feeds
Create a new IMS feed configuration. The system will poll the specified CSV file on SFTP every 60 seconds and import any changes into the ims_vehicle table.
Before creating, the endpoint validates that:
- The SFTP directory exists and contains the specified file
- The file was modified within the last 48 hours (provider must be actively pushing)
- No existing feed config exists for this dealership + provider combination
Request Body
Supported Providers
The
provider field determines which field mapping is used to parse the CSV. The ftp_path field determines which directory on the SFTP server to look in. These may differ — for example, MaxDigital uses provider: "maxdigital" but ftp_path: "firstlook".Example
Multi-dealer file example (ProMax)
When a provider sends all dealers in a single CSV, usedealer_identifier to filter:
Response
Errors
Body
application/json
Public ID (e.g. dlr_xxx) or internal ID
Available options:
vauto, homenet, vincue, promax, maxdigital, inventoryplus, dealercenter, idms, ansira Provider directory name on SFTP (e.g. vauto, firstlook)
Exact CSV filename on SFTP (e.g. MP14015.csv)
Dealer ID within the CSV for multi-dealer files
Response
Feed created