Get uploaded file status and details
Get uploaded file status and details by specifying importId
.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
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.
Unique request ID
x-fabric-channel-id identifies the sales channel through which the API request is being made; primarily for multichannel use cases. It is an optional field. The default US channel is 12 while the default Canada channel is 13.
Path Parameters
Upload file document's unique ID
Response
An object containing the inventory import status response details.
Time of import request
"2022-08-01T18:03:28.483Z"
Imported file's unique ID
"62ff5c0bec0aed3c86202c32"
Custom attributes. This is a placeholder for additional info in key: value pairs
{ "attribute": "12345" }
Directory path where file uploaded
"https://example.com/tenant/import/bulk/1654680575676.csv?X-Amz-Security-Token=IQoJb3JpZ2"
Uploaded file name
"orderUpload.csv"
Date and time file import was completed
"2022-08-01T18:03:28.483Z"
Import count object
Path to download the uploaded file
"https://example.com/tenant/import/bulk/1654680575676.csv?X-Amz-Security-Token=IQoJb3JpZ2"
Uploaded file's current status
INITIATED
, PROCESSING
, COMPLETED
, SYSTEM_ERROR
"INITIATED"
INVENTORY
, INVENTORY_COUNTERS
"INVENTORY"
Date and time record was last modified
"2022-08-01T20:03:28.483Z"
Was this page helpful?