Feature Pack 7

Create a guest shopper

The following example shows how to create a guest shopper.

Request


POST /wcs/resources/store/10101/guestidentity HTTPS/1.1
Host: testserver.mycompany.com
Content-Type: application/json

Response


HTTPS/1.1 201 Created
Content-Type: application/json

{
   "WCToken": "xxxxxxxxxxxxxxxxxxxxxxx",
   "WCTrustedToken": "xxxxxxxxxxxxxxxxxxxxxxxxx"
   "personalizationID": "1321909143399-2",
   "userId": "9003"
}