Skip to main content
POST
/
v1
/
chats
/
{chatId}
/
messages
{
  "id": "<string>",
  "chatId": "<string>",
  "type": "<string>",
  "content": "<string>",
  "suggestions": [
    "<string>"
  ],
  "products": [
    {
      "gtin": "<string>",
      "brand": "<string>",
      "designation": "<string>",
      "url": "<string>",
      "image": "<string>",
      "price": 123,
      "priceInfo": "<string>",
      "currency": "<string>",
      "location": [
        {
          "key": "<string>",
          "value": "<string>"
        }
      ],
      "availability": {
        "status": "<string>",
        "quantity": 123
      },
      "category": "<string>",
      "query": "<string>",
      "description": "<string>",
      "recommendationText": "<string>",
      "flags": [
        {
          "type": "<string>",
          "title": "<string>",
          "text": "<string>"
        }
      ]
    }
  ],
  "createdAt": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chatId
string
required

Query Parameters

store
string

Body

application/json
message
string
required
currentUrl
string
required

Response

201 - application/json
id
string
required
chatId
string
required
type
string
required
content
string
required
createdAt
string
required
suggestions
string[]
products
object[]
I