UploadItemBatches
Uploads and processes item data files into batches for streamlined processing.
Input
| Name | Type | Description |
| BatchId | Number | Specifies the unique identifier for the item batch being uploaded. This identifier ensures that each batch is tracked individually in the system for monitoring and processing. |
| BatchNumber | String | Defines the reference number assigned to the item batch. This number is used to differentiate multiple item batch uploads and maintain order in data processing. |
| DataFilePath | String | Indicates the file path where the data file to be uploaded is stored. This path is required to locate and retrieve the file during the upload process. |
| ErrorResponseType | String | Specifies the type of error response expected if the data file upload fails. This value helps in determining how errors are reported, such as detailed error messages or summarized failure notifications. |
| ImportMapName | String | Defines the name of the import map used for processing the data file. The import map specifies the format, field mappings, and validation rules required to correctly interpret and integrate the uploaded data. |