curl --request PUT \
--url https://api.algure.com/v1/products/import/{import_id} \
--header 'Authorization: Basic <encoded-value>'Upload the contents of your catalog feed.
This endpoint expects a CSV document with the following delimiters: tab, comma, semicolon or pipe.
curl --request PUT \
--url https://api.algure.com/v1/products/import/{import_id} \
--header 'Authorization: Basic <encoded-value>'Was this page helpful?