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

Authorizations

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

Path Parameters

alias
string
required

Alias da loja

service
string
required

Nome do serviço para exportação

Response

200
application/json
Pedidos exportados com sucesso

The response is of type object.