v2

latestOpenAPI 3.0.42026-08-084694591.6 MB
Item Vendor

Get a list of vendors for an item

post/api/items/{itemId}/vendors/list

Path parameters

itemIdstring required

Response

List of vendors for the given item id

idstring required

Id

vendorIdstring required

Vendor id associated to this entity. Please reference /api/vendors endpoint.

vendorItemNumberstring nullable

The item number for this vendor.

vendorItemNamestring nullable

The item name for this vendor.

pricenumber double nullable

The price of this item for this vendor.

isPrimaryboolean

Signifies if this is the primary vendor for this item.

leadTimeInDaysinteger nullable

Lead time for this vendor.

unitOfMeasureNamestring nullable

The unit of measure name. This can be standard unit measurement names (Piece, Square foot, etc) or a custom measurement name.

unitQuantitynumber double nullable

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.

inventoryUnitQuantitynumber double nullable

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.

notesstring nullable

Notes on this association.