Checkout cart process
Process checkout cart information on Doofinder statistics.
Authorizations
Doofinder API key. Pass it as: Authorization: Token <api_key>
Body
Checkout json array with the cart items basic data.
[
{
"id": "prod_12345",
"price": 29.99,
"quantity": 2
},
{
"id": "prod_67890",
"price": "$12.50",
"quantity": 1
}
]Unique id of the search engine. In the search engine selector, you will find the hashid information
^[a-f0-9]{32}$Currency of the checkout.
"EUR"
Unique address that identifies a device. Detected automatically by the server.
The referer header value, provides information about the URL from which the current request originated. Detected automatically by the server.
Identifier of search session
32Identifier of device. Detected automatically by the server.
Identifier of user
36Response
OK
Response returned over register stat operation.