ItemVendor
A vendor that supplies a specific item, with vendor-specific pricing and ordering details.
vendorIdstring
Reference to the vendor.
Example:
3054vendorNamestring
Display name of the vendor.
Example:
Pacific Ingredients Co.vendorItemCodestring
The vendor's own catalog code for this item. May differ from your internal inventory code.
vendorItemNamestring
The vendor's name for this item. May differ from your internal item name.
vendorMinOrderQuantitynumber
The minimum order quantity this vendor requires for this item. May differ from the item's default MOQ.
Example:
100lastPricenumber
The unit price from the most recent purchase order placed with this vendor for this item.
Example:
3.25averagePricenumber
The average unit price across all purchase orders placed with this vendor for this item.
Example:
3.1ItemVendor
{
"vendorId": "3054",
"vendorName": "Pacific Ingredients Co.",
"vendorItemCode": "string",
"vendorItemName": "string",
"vendorMinOrderQuantity": 100,
"lastPrice": 3.25,
"averagePrice": 3.1
}