GET
/
{alias}
/
checkout
/
carts
/
export
curl --request GET \
  --url https://api.dooki.com.br/v2/{alias}/checkout/carts/export \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>'
{
  "data": {
    "queue_id": 123,
    "total": 123
  }
}

Authorizations

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

Path Parameters

alias
string
required

Alias da loja

Query Parameters

q
string

Termo de busca. A API buscará carrinhos pelo nome, e-mail e telefone do cliente

utm_source
string[]

Fonte da UTM

utm_campaign
string[]

Campanha da UTM

status
string

Status do pagamento. Valores aceitos: payment_refused

date
string

Data

Response

200
application/json
Exportação iniciada e o usuário receberá um e-mail com o link para download

The response is of type object.