Own session management
Retrieves a session context associated with the sessionId derived from the Authorization token used in the call. Recommended for performing calls on the storefront.
Your Emporix tenant name.
Note: The tenant name should always be provided in lowercase.
^[a-z][a-z0-9]+$The request was successful. Session context details are returned.
A session context with the provided ID was not found.
A server-side error occurred.
Partially updates a session context associated with the sessionId derived from the Authorization token used in the call. Recommended for performing calls on the storefront.
Note: To update a session context, you need to provide its current metadata.version value in the request body.
Note: Only specific fields can be updated this way, and the rest is ignored. The fields allowed to be updated: siteCode, currency, targetLocation, context.
Your Emporix tenant name.
Note: The tenant name should always be provided in lowercase.
^[a-z][a-z0-9]+$The request was successful. The session context has been updated.
A session context with the provided ID was not found.
A server-side error occurred.
No content
Last updated
Was this helpful?

