| ClassIT+™ |
The Article Search method performs a search and retrieves an Article from the itemNumber.
| ArticleById provides details for the entered Articles/Item Numbers. Articles/Item Numbers under Generic and Sub-Generic headings have their own Article/Item Numbers, so they will need to be a separate request. |
Endpoints
- Sandbox URL: https://Snbxapi-se.nmfta.org/api/v1.0/search/ArticleById
- Production URL: https://Api-se.classitplus.com/api/v1.0/search/ArticleById
Method Definition
- Http Method: POST
- Authorization header: Bearer JWT
Parameter Name, Description, and Data Type
| Parameter Name | Description | Data Type |
| articleNumber | Item Number to search. |
|
Method Result
Method JSON Request
| Result Status | Results JSON String |
| Http Mthod | POST |
| Body |
{ "articleNumber": "15455" } |
Method Result
| Result Status | Result JSON String |
| success |
{ "article": { "articleNumber": "15455", "description": "Asphalt, NOI, other than paint, stain or varnish; or Pitch or Tar, NOI; not required by the U.S. Department of Transportation to bear a Hazard Class or Hazard Division label or placard, see Note, item 15456, in bags, boxes, pails or drums, subject to Item 170 and having a density in pounds per cubic foot of:", "grouping": "Asphalt", "tariffIssue": "AY", "supplement": "1", "articlePointer": "0", "classification": "", "issueDate": "0001-01-01T00:00:00+00:00", "effectiveDate": "0001-01-01T00:00:00+00:00", "cancellationDate": "0001-01-01T00:00:00+00:00", "articleSubItems": [ { "item": "Sub 1", "description": "Less than 1", "classification": "400" }, { "item": "Sub 2", "description": "1 but less than 2", "classification": "300" }, { "item": "Sub 3", "description": "2 but less than 4", "classification": "250" } ], "isHazardous": false, "isSpecialHandling": false, "subGrouping": null, "isCanceled": false, "canceledReference": null, "noteReferences": ["15456"] }, "message": "", "success": true } |
| failure | { "success": false, "message ": "The rule number must be between 3 and 10 characters long." } |
Method Result Definitions
| JSON Properties | Description | Data Type |
| success | Identifies if the method call completed successfully. |
|
| message | Result message. |
|
| article | The article information. |
All content © Copyright 2025 National Motor Freight Traffic Association, Inc.™ All Rights Reserved.