Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Method description

...

No Format
/v2/usercontext/all/{client_id}?user={user_id}&session={session_id}&query={query}&preferences.rows={preferences.rows}&last_products.rows={last_products.rows}&session.preferences.rows={session.preferences.rows}&session.last_products.rows={session.last_products.rows}

URL example

No Format
/v2/usercontext/all/ebdemo?user=user_test&session=session_test&query=dress&preferences.rows=5&last_products.rows=5&session.preferences.rows=5&session.last_products.rows=5

Path Parameters

Parameter nameRequiredDescription
client_id(tick)Client identifier on the system

...

Parameter nameRequiredDescriptionDefault
user(tick)Identifier that represents an unique user along the client
session (error) 

Identifier that represents an unique session for the given user along the client

If it's not specified there isn't session object in response


query

(tick)

Search term that user did
preferences.rows(error) Number of user values of each field1
last_products.rows(error) Number of user products to return5
session.preferences.rows(error) Number of session values of each field1
session.last_products.rows(error) Number of session products to return5

Responses

...