Reporting - UploadStatus API
Documentation for UploadStatus API
Authentication | |
Data Schema | |
Swagger | UploadStatus |
Endpoints
GET - /UploadStatus/{uploadId}/{fileType}
Retrieve the status of an upload.
Parameters
uploadId
(string, required): ID of the upload.fileType
(string, required): Type of file that was uploaded. Accepted values:sales
- To check on the status of the sales file.inventory
- To check on the status of the inventory file.
pageNumber
(integer, optional): Page number for pagination.pageSize
(integer, optional): Records per page.