VendorItem
An item in a vendor's catalog, with your internal item details alongside vendor-specific pricing and codes.
itemIdstring
Reference to your internal item record.
Example:
2087itemNamestring
Your internal display name for the item.
Example:
Organic TahiniinventoryCodestring
Your internal inventory tracking code for the item.
Example:
INV-000312vendorItemCodestring
The vendor's own catalog code for this item. May differ from your inventory code.
vendorItemNamestring
The vendor's name for this item. May differ from your item name.
vendorMinOrderQuantitynumber
Minimum order quantity required by this vendor for this item.
Example:
50lastPricenumber
Unit price from the most recent PO placed with this vendor for this item.
Example:
1.52averagePricenumber
Average unit price across all POs placed with this vendor for this item.
Example:
1.48statusstring
Whether this vendor-item mapping is active. Inactive mappings are no longer available for new purchase orders.
Possible values: [active, inactive]
VendorItem
{
"itemId": "2087",
"itemName": "Organic Tahini",
"inventoryCode": "INV-000312",
"vendorItemCode": "string",
"vendorItemName": "string",
"vendorMinOrderQuantity": 50,
"lastPrice": 1.52,
"averagePrice": 1.48,
"status": "active"
}