Logo
Salesforce Developers API Documentation

Login buyer/shopper (SOAP)

POST {{orgUrl}}/services/Soap/u/{{apiVersion}}

Authenticate the shopper through the variables buyerUsername and buyerPassword. Generated session ID is saved in _accessToken for use in the other calls in the collection.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
SOAPAction
string
Accept
string
Cookie
string




RESPONSES

status





Curl
curl -X POST '/services/Soap/u/57.0' -H 'Content-Type: text/xml; charset=UTF-8' -H 'SOAPAction: login' -H 'Accept: text/xml' -H 'Cookie: BrowserId=POhd6XTZEe2v6_8M7WG26g'

ENDPOINTS