Manufacturer Lookup Response
Response DTO from a manufacturer part lookup, containing the status and result data.
| Property | Summary |
|---|---|
PartNumber string |
The part number that was looked up. |
OrderType ManufacturerOrderType |
The order type used for the lookup. |
Status ManufacturerPartLookupStatus |
The status of the lookup (Pending, Resolved, UnResolved). |
ManufacturerResult IEnumerable<KeyValuePairDTO>? |
Key-value pairs returned by the manufacturer's system. |
Message string? |
An optional message from the manufacturer or system. |
Quantity decimal |
The quantity that was requested. |