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.
24
The sales channel ID.
"12"
A unique request ID.
"263e731c-45c8-11ed-b878-0242ac120002"
Path Parameters
Import job ID that's created when the import process starts
"606469bdf4fb7900085f1761"
Response
OK
The details of the import job.
A 24-character system-generated ID of the import job.
"643eda1bd4c15c0008b4fb67"
The start time of the import job, in UTC format.
"2023-04-18T17:57:07.260Z"
The name of the uploaded file
"coupon/5f689caa4216e7000750d1ef/stg02/1681840413797-coupon.csv"
The import job type for which details are retrieved.
PRICE
, PRICE_RANGE
, PRICELIST
, PROMOTION
, COUPON
, COUPON_CODE
, REDEMPTION
"PRICE"
Represents the steps involved in the import process.
Record's creation time
"2019-08-20T14:15:22.000Z"
Record's last updated time
"2019-08-20T14:15:22.000Z"
The end time of the import job, in UTC format.
"2023-04-18T17:57:54.445Z"
Error file name if any error
"coupon/5f689caa4216e7000750d1ef/stg02/1681840413797-error-coupon.csv"
The errors details.
Indicates the total number of processes required to upload the entire file. For internal processing only.
10
Indicates the total number of completed processes for uploading the entire file. For internal processing only.
5
Indicates the total number of rows in the CSV file. For internal processing only.
100
Indicates the total number of rows in the CSV file that were processed successfully. For internal processing only.
60
Indicates the total number of rows in the CSV file that failed to process. For internal processing only.
40