Skip to main content
POST
/
v1
/
customer-sessions
/
{sessionId}
/
select-product
Switch selected product for a customer session (public)
curl --request POST \
  --url https://api.example.com/v1/customer-sessions/{sessionId}/select-product \
  --header 'Content-Type: application/json' \
  --data '
{
  "productRef": "<string>"
}
'

Path Parameters

sessionId
string
required

Customer session ID

Body

application/json
productRef
string
required
Minimum string length: 1

Response

Customer session updated and hydrated for selected product