Update And Import File
Explore API and data feeds within the 'Update and Import File' documentation.
Imports shipped order details with the tracking code. To import file, you will need to call the /uploadAndImportfile endpoint with the POST method.
Request
Endpoint
https://<host>/api/uploadAndImportfile
Example: https://demo-oms.hotwax.io/api/uploadAndImportfile
Header
Body
Note: Provide this information in form format
Parameter
Description
Required (Y/N)
uploadedFile
The uploaded file
Y
configId
The datamanager configuration ID which is useed to import files
Y
Response
Header
Body
Parameter
Description
uploadFileContentId
The content ID of the uploadFile
filePath
The location of a file in a web site's folder structure
_EVENT_MESSAGE_
The communication message of the event
Last updated