updateVisitorInfo

put

/ccstore/v1/visitorInfo/current

Update the current user's visitor information.

Request

Supported Media Types
Body ()
Root Schema : updateVisitorInfo_request
Type: object
Show Source
Example:
{
    "infoName":"xd123_SiteUS",
    "infoDomain":"example.com"
}
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : updateVisitorInfo_response
Type: object
Show Source

Default Response

The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |54106|The request was missing the required input data body.| |54107|The visitor info name was not specified in the request.| |54108|The visitor info name was not a valid visitor cookie name.| |54109|The cookie specified by info name was not present in the request.|
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top