CreatePunchOutSession pipeline
Order | Pipe | Description |
---|---|---|
100 | CreateXmlDocument | Uses the IXmlHelper to create XmlDocument from provided Xml. |
200 | ParseAdditionalValues | Creates the PunchOutSession and uses the IXmlHelper to parse all additional nodes. |
300 | ParseShipTo | Uses the IXmlHelper to parse ShipTo nodes. |
400 | ParseExtrinsics | Uses the IXmlHelper to parse Extrinsic nodes. |
500 | ParseItems | Uses the IXmlHelper to parse item nodes. |
Updated over 1 year ago