Skip to main content
GET
/
affiliates
/
offers
/
{offerId}
/
productfeeds
/
{productFeedId}
/
download
/
original
Download Original Product Feed
curl --request GET \
  --url https://api.eflow.team/v1/affiliates/offers/{offerId}/productfeeds/{productFeedId}/download/original \
  --header 'X-Eflow-Api-Key: <api-key>'
"<string>"
Download the product feed contents in the original format as uploaded by the advertiser. Returns the CSV file without normalization. All product feeds contain at least the required columns: price, name, url_link, and sku. Additional columns may vary depending on the advertiser’s upload.

Authorizations

X-Eflow-Api-Key
string
header
required

The affiliate's API key generated from the Affiliate Portal. Uses the X-Eflow-Api-Key header.

Path Parameters

offerId
integer
required

The numeric ID of the offer.

productFeedId
integer
required

The numeric ID of the product feed.

Response

CSV file with original product feed data (after following redirect).

CSV data in original format.