VendorSummary
Summary view of a vendor, returned in list endpoints.
idstring
Unique identifier for the vendor.
Example:
3054namestring
Display name of the vendor's company.
Example:
Pacific Ingredients Co.statusstring
Current status of the vendor relationship. Only active vendors can be assigned to new purchase orders.
Possible values: [active, inactive, pending, suspended]
Example:
activepurchaseOrderCountinteger
Total number of purchase orders ever placed with this vendor.
Example:
23lastPurchaseOrderDatestring<date>
Date of the most recent purchase order placed with this vendor (ISO 8601). Null if no POs exist.
Example:
2025-09-15VendorSummary
{
"id": "3054",
"name": "Pacific Ingredients Co.",
"status": "active",
"purchaseOrderCount": 23,
"lastPurchaseOrderDate": "2025-09-15"
}