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.
x-fabric-channel-id identifies the sales channel where the API request is being made; primarily for multichannel use cases. The channel ids are 12 corresponding to US and 13 corresponding to Canada. The default channel id is 12. This field is required.
Unique request ID
Path Parameters
Upload file document's unique ID
Response
Import status response object
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" }
Path (including security token) the file was uploaded to
"https://example.com/tenant/import/bulk/1654680575676.csv?X-Amz-Security-Token=IQoJb3JpZ2"
The uploaded file name.
"orderUpload.csv"
Date and time file import was completed
"2022-08-01T18:03:28.483Z"
Import count object
Module name
ALLOCATION
, ORDER
, LOCATION
, SHIPMENT
, INVENTORY
, INVOICE
, TRANSFER
, LOCATION_OUTAGE
, TRANSFER_SHIPMENT
, LOCATION_CAPACITY_OVERRIDE
"ORDER"
URL of originally 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"
Import type
BULK
, OVERLAY
, ROOT
"BULK"
Date and time record was last modified
"2022-08-01T20:03:28.483Z"
Was this page helpful?