GET
/
{alias}
/
checkout
/
carts
/
stats
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
    }
  ]
}

Authorizations

User-Token
string
header
required
User-Secret-Key
string
header
required

Path Parameters

alias
string
required

Alias da loja

Response

200
application/json

Estatísticas de carrinhos abandonados

The response is of type object.