Add Transaction Data
This endpoint will send your transaction data to our engine to be trained.
POST#
#
ParameterField | Type | Description |
---|---|---|
token | String | Identifier of recommendation engine, use x-token when hit this endpoint |
data | Object[] | Transaction data detail |
    transactionId | String | Id of the transactions |
    itemId | String | Id of the product in transaction |
    date | String | Date of transactions |
#
Request Body Example#
Success 200Field | Type | Description |
---|---|---|
success | Boolean | Request was successful |