cURL
curl --request GET \ --url https://api.dooki.com.br/v2/{alias}/checkout/carts/stats \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>'
{ "converted_carts": { "amount": "<string>", "amount_formated": "<string>", "total": 123 }, "utms": [ { "utm_source": "<string>", "total": 123 } ] }
Detalha as estatísticas agregadas sobre os carrinhos abandonados
Alias da loja
Estatísticas de carrinhos abandonados
The response is of type object.
object
Was this page helpful?