"This operation imports the .CSV file for Bulk Shipment, which includes fields essential to create Bulk Shipments. The payload contains the following essential fields in .CSV file, used for shipment transactions:
User stores this information in AWS-S3 which in turn provides URL to users. After submitting Batch, user uploads the S3 returned URL along with the .CSV file, which generates BatchID. The same BatchID can be used to track the status of BulkImport."
This is the request body to import Bulk shipments.
The bulk shipment has been successfully imported.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal server error.
{- "name": "string",
- "groupName": "string",
- "size": "DOC_8X11",
- "type": "SHIPPING_LABEL",
- "format": "PDF",
- "carrierAccountId": "string",
- "serviceId": "string",
- "parcelType": "string",
- "specialServices": [
- {
- "inputParameters": [
- {
- "name": "INPUT_VALUE",
- "value": "100"
}
], - "specialserviceId": "string"
}
]
}
{- "batchId": "string",
- "name": "string",
- "groupName": "string",
- "status": "SUBMITTED",
- "uploadURL": "string"
}