GetPunchOutSession
Describes GetPunchOutSession in Optimizely Configured Commerce.
Order | Pipe | Description |
---|---|---|
100 | GetCurrentPunchOutSessionId | Uses the ICookieManager to get the PunchOutSessionId cookie value and set it to the result. |
200 | GetPunchOutSession | Gets the PunchOutSession from the PunchOutSession repository. If Parameter.PunchOutSessionId has value, use Parameter.PunchOutSessionId to find PunchOutSession. If Parameter.PunchOutSessionId does not have value, use Result.PunchOutSessionId to find PunchOutSession. |
Updated over 1 year ago