Gravity Field API - V1
  1. Schemas
Gravity Field API - V1
  • SSAPI
    • /ssapi/page
      POST
    • /ssapi/event
      POST
    • /ssapi/engagement
      POST
    • /ssapi/choose
      POST
  • Schemas
    • Schemas
      • addToCart
      • purchase
      • removeFromCart
      • syncCart
      • addToWishList
      • changeAttr
      • filterItems
      • keywordSearch
      • promocodeEntered
      • sortItems
      • newsletterSubscription
      • signUp
      • login
      • customEvent
      • user
      • session
      • context
    • Response
      • ValidationError
    • Untitled Schema
  1. Schemas

user

User ID. A Gravity Field-generated identifier is used, and managed via cookies. For a new user, send this object empty.

{
    "id": "string",
    "slid": "string",
    "slid_server": "string"
}
Built with