Represents a ProductStatus (lightweight product message).
Specifies the status for the part number.
A collection of all warehouses enabled and their stock values for the item.
The view count for the item. A stat collected from Norce Commerce Services, by method UpdateProductViewCount and can be used for popularity ranking.
Historical prices the past 30 days before the last price change.
{ "PartNo": "string", "Status": "active", "Prices": [ { … } ], "OnHands": [ { … } ], "Suppliers": [ { … } ], "PrimaryCategory": "string", "ViewCount": 0, "Flags": [ { … } ], "HistoricalBestPrices": [ { … } ], "DetailedPrices": [ { … } ] }