GET
/
inventory-imports
/
{importId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-fabric-tenant-id
string
required

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-request-id
string

Unique request ID

x-fabric-channel-id
string

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

importId
string
required

Upload file document's unique ID

Response

200 - */*

An object containing the inventory import status response details.

createdAt
string
required

Time of import request

importId
string
required

Imported file's unique ID

attributes
object

Custom attributes. This is a placeholder for additional info in key: value pairs

errorFileUrl
string

Directory path where file uploaded

fileName
string

Uploaded file name

finishedAt
string

Date and time file import was completed

importCount
object

Import count object

originalFileUrl
string

Path to download the uploaded file

statusCode
enum<string>

Uploaded file's current status

Available options:
INITIATED,
PROCESSING,
COMPLETED,
SYSTEM_ERROR
type
enum<string>
Available options:
INVENTORY,
INVENTORY_COUNTERS
updatedAt
string

Date and time record was last modified