| ClassIT+™ |
The Package Search method performs a search and retrieves a Package from the itemNumber.
Endpoints
- Sandbox URL: https://Snbxapi-se.nmfta.org/api/v1.0/search/PackageById
- Production URL: https://Api-se.classitplus.com/api/v1.0/search/PackageById
Method Definition
- Http Method: POST
- Authorization header: Bearer JWT
Parameter Name, Description, and Data Type
Parameter Type |
Description |
Data Type |
| packageNumber | Package number to search. |
|
Method Request
Method JSON Request
Result Status |
Result JSON String |
| Http Method | POST |
| Body |
{ "packageNumber": “27” } |
Method Result
Method JSON Result
Result Status |
Result JSON String |
| sucess |
{ "package": { "packageNumber": "27", "packageSubHeading": null, "packageDescriptions": [ { "type": "generic", "title": "", "text": "In five-ply multiple-wall paper bags meeting the requirements of Item 200, except one ply must be waterproofed." } ], "issueDate": "1899-12-30T06:00:00Z", "effectiveDate": "1986-01-01T06:00:00Z", "cancellationDate": null, "tariffIssue": "AF", "packageHeader": null }, "message": "", "success": true } |
| failure |
{ "success": false, "message ": "The package number must be between 2 and 6 characters long." } |
| See ClassIT+ API Objects: PackageDto Object Type for more information. |
All content © Copyright 2025 National Motor Freight Traffic Association, Inc.™ All Rights Reserved.