Skip to main content

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: 2087
itemNamestring

Your internal display name for the item.

Example: Organic Tahini
inventoryCodestring

Your internal inventory tracking code for the item.

Example: INV-000312
vendorItemCodestring

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: 50
lastPricenumber

Unit price from the most recent PO placed with this vendor for this item.

Example: 1.52
averagePricenumber

Average unit price across all POs placed with this vendor for this item.

Example: 1.48
statusstring

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"
}