Skip to main content

VendorSummary

Summary view of a vendor, returned in list endpoints.

idstring

Unique identifier for the vendor.

Example: 3054
namestring

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: active
purchaseOrderCountinteger

Total number of purchase orders ever placed with this vendor.

Example: 23
lastPurchaseOrderDatestring<date>

Date of the most recent purchase order placed with this vendor (ISO 8601). Null if no POs exist.

Example: 2025-09-15
VendorSummary
{
"id": "3054",
"name": "Pacific Ingredients Co.",
"status": "active",
"purchaseOrderCount": 23,
"lastPurchaseOrderDate": "2025-09-15"
}