Skip to main content

Create Data Feed

POST 

/api/data-feeds

Creates a new data feed and immediately dispatches an import job.

Authentication: Requires Bearer token.

Fields:

  • name (required, string, max:255)
  • type (required, string): product_feed
  • data_direction (required, string): import | export
  • connection_type (required, string): upload_file | download_file | ftp_download | google_sheets | rest_api | downloadable_file
  • connection_settings (optional, array — connection credentials and settings)
  • field_settings (optional, array — column mappings)
  • filters (optional, array — data filtering rules)
  • schedule (optional, array — scheduling configuration)

Request

Responses

Successful response