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
Informações sobre carrinhos convertidos
Show child attributes
Dados de utm (parâmetros de marketing)
Was this page helpful?