Skip to main content
POST
Stores the chosen seller in the session after verifying the member belongs to it.
Requires only the Authorization header. Session-based clients get the seller stored server-side; token-based clients should send x-seller-id on subsequent requests instead.

Body parameters

string
required
The ID of the seller to activate for this session.

Response

boolean
Whether the seller was selected.