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

syncCart

{
    "name": "string",
    "properties": {
        "eventType": "string",
        "currency": "string",
        "cart": [
            {
                "productId": "string",
                "quantity": 0,
                "itemPrice": 0,
                "size": "string"
            }
        ],
        "event_time": "string"
    }
}
Built with