| AccountCode |
string |
Yes |
Unique code provided by billing department for the account making the shipment. |
| Sender |
object |
Yes |
Details of the sender. |
| SenderName |
string(35) |
Yes |
Name of the sender. |
| SenderContactPerson |
string(50) |
Yes |
Contact person for the sender. |
| SenderAddressLine1 |
string(35) |
Yes |
First line of sender's address. |
| SenderAddressLine2 |
string(35) |
Yes |
Second line of sender's address. |
| SenderAddressLine3 |
string(35) |
No |
Third line of sender's address. |
| SenderPincode |
string(6) |
Yes |
Pincode for sender's address. |
| SenderCity |
string(35) |
Yes |
City of the sender. |
| SenderState |
string(2) |
Yes |
State of the sender. |
| SenderTelephone |
string(15) |
Yes |
Telephone number of the sender. |
| SenderEmailId |
string(50) |
No |
Email ID of the sender. |
| KYCType |
string |
Yes |
Type of KYC document provided by the sender.Valid values: GSTIN (Normal), PAN Number, Aadhaar Number, Voter Id, Passport Number |
| KYCNo |
string(20) |
Yes |
KYC number of the sender. |
| Receiver |
object |
Yes |
Details of the receiver. |
| ReceiverName |
string(35) |
Yes |
Name of the receiver. |
| ReceiverContactPerson |
string(50) |
Yes |
Contact person for the receiver. |
| ReceiverAddressLine1 |
string(35) |
Yes |
First line of receiver's address. |
| ReceiverAddressLine2 |
string(50) |
Yes |
Second line of receiver's address. |
| ReceiverAddressLine3 |
string(35) |
No |
Third line of receiver's address. |
| ReceiverZipcode |
string(10) |
Yes |
Zipcode for receiver's address. |
| ReceiverCity |
string(35) |
Yes |
City of the receiver. |
| ReceiverState |
string(2) |
Yes |
State of the receiver.Required for US or CA |
| ReceiverCountry |
string(2) |
Yes |
Country of the receiver.2 letter ISO Country Code.Please see apendix |
| ReceiverTelephone |
string(15) |
Yes |
Telephone number of the receiver. |
| ReceiverEmailid |
string(50) |
No |
Email ID of the receiver. |
| VatId |
string(20) |
No |
VAT ID of the receiver. |
| ServiceDetails |
object |
Yes |
Details of the service selected for shipment. |
| Service |
string(30) |
Yes |
Type of service for the shipment.Call API Get Services List. |
| GoodsType |
string(5) |
Yes |
Type of goods being shipped.Valid value:NDox,Dox |
| PackageType |
string(10) |
Yes |
Type of package used for shipment.Valid values: PACKAGE, PAK, ENVELOPE. |
| PackageDetails |
object |
Yes |
Details of the package. |
| PackageDetail |
array |
Yes |
List of package details. |
| Length |
number |
Yes |
Length of the package. |
| Width |
number |
Yes |
Width of the package. |
| Height |
number |
Yes |
Height of the package. |
| ActualWeight |
number |
Yes |
Actual weight of the package. |
| AdditionalDetails |
object |
Yes |
Additional details related to the shipment. |
| ProductDetails |
array |
Yes |
List of product details included in the shipment. |
| BoxNo |
number |
Yes |
Box number for the product. |
| Description |
string(90) |
Yes |
Description of the product. |
| HSNCode |
string(10) |
Yes |
HSN code for the product. |
| UnitType |
string(3) |
Yes |
Type of unit for the product.Valid value:PCS,PKG |
| Qty |
number |
Yes |
Quantity of the product. |
| UnitRate |
number |
Yes |
Rate per unit of the product. |
| ShipPieceIGST |
number |
No |
IGST applicable per piece. |
| PieceWt |
number |
No |
Weight of each piece. |
| InvoiceCurrency |
string(3) |
Yes |
Currency for the invoice.Please see apendix |
| InvoiceNo |
string(10) |
Yes |
Invoice number for the shipment. |
| InvoiceDate |
string |
Yes |
Date of the invoice. |
| TermsOfSale |
string(3) |
Yes |
Terms of sale for the shipment.Valid values: CIF, DAP, FOB, DDP,EXW,FCA,CPT,CIP,DPU,FAS,CFR |
| ReasonForExport |
string(10) |
Yes |
Reason for exporting the goods.Valid value:SALE,GIFT,SAMPLE,RETURN,REPAIR,REPLACEMENT,PERSONAL_USE |
| FreightCharge |
number |
No |
Freight charges for the shipment. |
| InsuranceCharge |
number |
No |
Insurance charges for the shipment. |
| CSB_Type |
string |
Yes |
Type of CSB applicable.Valid values are: CSB 4, CSB 5, COMMERICAL |
| CustomerRefNo |
string |
Yes |
Customer reference number. |
| DeliveryConfirmation |
string(3) |
Yes |
Method of delivery confirmation.Only for UPS label of signature required |
| DutyTax |
string(3) |
Yes |
Duty tax applicable for the shipment.Valid values:DDU,DDP |
| DutiesAccountNo |
string(10) |
No |
Duties account number. |
| TransactionId |
string(8) |
No |
Unique transaction ID for the shipment.Required only for DHL label |
| ShipperImage |
string |
Optional |
Base64 encoded image of the shipper.Only for DHL (Optional) |
| ShipperKYC |
string |
Yes |
Base64 encoded KYC document of the shipper.Required for DHL label for individual shipment |
| FileName |
string |
Yes |
Name of the KYC document file. |