Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Version 1
cURL
curl --request GET \ --url https://api.algure.com/v1/products/imports/{import_id}/file \ --header 'Authorization: Basic <encoded-value>'
"<string>"
Retrieve the uploaded feed file for an import if it is still available.
Use Integration API credentials as HTTP Basic auth (username: client id, password: client secret).
The ID of the product import
CSV file
The response is of type file.
file
Was this page helpful?