v2
latestOpenAPI 3.0.42026-08-084694591.6 MBGet a list of vendors for an item
Path parameters
Response
List of vendors for the given item id
Id
Vendor id associated to this entity. Please reference /api/vendors endpoint.
The item number for this vendor.
The item name for this vendor.
The price of this item for this vendor.
Signifies if this is the primary vendor for this item.
Lead time for this vendor.
The unit of measure name. This can be standard unit measurement names (Piece, Square foot, etc) or a custom measurement name.
The vendor unit quantity for conversions. Ex: a FulcrumProduct.PublicApi.Dto.Item.Vendor.ItemVendorDto.UnitQuantity of 5 would indicate that 5 FulcrumProduct.PublicApi.Dto.Item.Vendor.ItemVendorDto.UnitOfMeasureName of this item for this vendor are equal to FulcrumProduct.PublicApi.Dto.Item.Vendor.ItemVendorDto.InventoryUnitQuantity in the base inventory unit of measure.
The inventory unit quantity for conversions. Ex: an FulcrumProduct.PublicApi.Dto.Item.Vendor.ItemVendorDto.InventoryUnitQuantity of 5 would indicate that 5 inventory units (Pieces, Foot, etc) of this item are equal to FulcrumProduct.PublicApi.Dto.Item.Vendor.ItemVendorDto.UnitQuantity units in FulcrumProduct.PublicApi.Dto.Item.Vendor.ItemVendorDto.UnitOfMeasureName for this vendor.
Notes on this association.