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

Body

uploadedFile: (blob)
configId: IMP_TRACK_NUM

Note: Provide this information in form format

Response

Header

Body

{
  "uploadFileContentId": "",
  "filePath": "/oms/runtime/datamanager/imported/IMP_TRACK_NUM/<file_name>",
  "configId": "IMP_TRACK_NUM",
  "EVENT_MESSAGE": "Upload has been started successfully."
}

Last updated