Find the session ID and request ID on the server.
On the server side, you can use the Salesforce B2C Commerce APIs to retrieve the session and request IDs.
ID | API |
---|---|
Session | dw.system.Session.sessionID : String |
Request | dw.system.Request.requestID : String |
Important storefront Application pipelines:
Important parameters for code instrumentation:
See the B2C Commerce API Documentation for more information.