ClassIT+ API Objects: ArticleSearchItemDto Object Type
Updated
ClassIT+™
ArticleSearchItemDto Object Type
Description: Represents a full article item in the search results, including detailed metadata, description, and associated sub-items.
If the article has been canceled, the isCanceled property will be true. In such cases, the canceledReference property will contain the item number of the replacement article, if one exists.
JSON Properties
Description
Data Type
articleNumber
The number of the article.
String
description
Full description of the article.
String
grouping
Grouping information of the article, used for categorization in search results.
String
tariffIssue
Tariff issue related to the article.
String
supplement
Supplement associated with the article.
String
articlePointer
The article pointer or reference identifier.
String
classification
The classification of the article.
String
issueDate
The issue date of the article.
DateTimeOffset
effectiveDate
The effective date when the article becomes valid.
DateTimeOffset
cancelationDate
The cancelation date when the article is no longer valid.
DateTimeOffset
articleSubitems
The list of sub-items related to the article.
Array of ArticleSubItem objects
isHazardous
Indicates whether the item represents a hazard.
Boolean
isSpecialHandling
Indicates whether the item is related to handling instructions.
Boolean
subGrouping
Sub-Generic heading.
String
isCanceled
Indicates whether the article was canceled.
Boolean
canceledReference
Contains the new item number if the article was canceled and replaced.