Bulk Import
Get file upload status
Gets file upload status by using file ID
GET
/
api-product
/
v1
/
product
/
bulk
/
file
/
{fileId}
/
status
Authorizations
Authorization
string
headerrequiredS2S access token (JWT) from fabric Identity service (during Login)
Headers
x-site-context
string
requiredThe x-site-context
header is a JSON object that contains information about the source you wish to pull from. The mandatory account
is the 24 character identifier found in Copilot. The channel
(Sales channel ID), stage
(environment name), and date
attributes can be used to further narrow the scope of your data source.
Path Parameters
fileId
string
requiredA 24-character system-generated file ID
Response
200 - application/json
createdOn
string
Time of file upload (UTC format)
name
string
Name of CSV file
csvLink
string
URL to download uploaded CSV file.
errorCsv
string
URL to download import error file.
statuses
object[]
Upload status
Was this page helpful?