GetItemOutProduct pipeline
| Order | Pipe | Description |
|---|---|---|
| 100 | GetProductByErpNumber | Uses the PunchOutOrderRequestItemOut.SupplierPartId to get Product by ErpNumber. |
| 200 | GetProductByCustomerProduct | Uses PunchOutOrderRequestItemOut.SupplierPartId and CustomerOrder.Customer to get CustomerProduct.Product. |
| 300 | GetProductByManufacturerItem | Uses the PunchOutOrderRequestItemOut.SupplierPartId to get Product by ManufacturerItem. |
| 400 | GetProductByCustomerProductUsingBuyerId | Uses PunchOutOrderRequestItemOut.PunchOutOrderRequestItemOutExtrinsics.BuyerId to get CustomerProduct.Product. |
| 500 | GetProductByUpcCode | Uses PunchOutOrderRequestItemOut.PunchOutOrderRequestItemOutExtrinsics.UPC to get Product by UpcCode. |
| 600 | GetProductByManufacturerItemAndVendor | Uses the PunchOutOrderRequestItemOut.ManufacturerPartId and PunchOutOrderRequestItemOut.ManufacturerName to get Product by ManufacturerItem and Vendor.Name. |
| 700 | GetProductByManufacturerItemUsingManufacturerPartId | Uses the PunchOutOrderRequestItemOut.ManufacturerPartId to get Product by ManufacturerItem. |
| 800 | GetProductByNotOnFileProductName | Uses PunchOutSettings.NotOnFileProductName to get Product by ErpNumber. |
Updated about 10 hours ago