Get import job by ID
Get details of a specific import job by job ID.
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.
The sales channel ID.
A unique identifier obtained from Copilot for the System app in the fabric ecosystem, essential for OpenID Connect authentication flows.
A unique request ID.
Path Parameters
Import job ID that's created when the import process starts
Response
The details of the import job.
A 24-character system-generated ID of the import job.
The start time of the import job, in UTC format.
The end time of the import job, in UTC format.
The name of the uploaded file
Error file name if any error
The import job type for which details are retrieved.
PRICE
, PRICE_RANGE
, PRICELIST
, PROMOTION
, COUPON
, COUPON_CODE
, REDEMPTION
Represents the steps involved in the import process.
The errors details.
Indicates the total number of processes required to upload the entire file. For internal processing only.
Indicates the total number of completed processes for uploading the entire file. For internal processing only.
Indicates the total number of rows in the CSV file. For internal processing only.
Indicates the total number of rows in the CSV file that were processed successfully. For internal processing only.
Indicates the total number of rows in the CSV file that failed to process. For internal processing only.
Record's creation time
Record's last updated time
Was this page helpful?