Use this endpoint to retrieve an AWS S3 URL to access the error data of a previously imported file. The URL is valid for five minutes. Make a GET request with this URL to download the error data in a CSV format.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
24The sales channel ID.
"12"
A unique request ID.
"263e731c-45c8-11ed-b878-0242ac120002"
A sample request to retrieve an AWS S3 URL used to download the error file of a previous import.
The name of the error file to be downloaded. You can get the errorFileName from the Get import jobs endpoint.
"price/error-file1.csv"
OK
A sample response with an AWS S3 URL used to download the error file.
The AWS S3 URL used to download an error file of a previous import, in a CSV format. The URL is valid for 5 minutes.
"https://example.s3.amazonaws.com/pricelist/123/dev02/123-priceList1.csv?X-Amz-Algorithm...x-amz-meta-stage=dev02"
The name of the file.
"prices/1646680518524-file1.csv"