POST
/
{alias}
/
orders
/
{orderId}
/
tracking
curl --request POST \
  --url https://api.dooki.com.br/v2/{alias}/orders/{orderId}/tracking \
  --header 'Content-Type: application/json' \
  --header 'User-Secret-Key: <api-key>' \
  --header 'User-Token: <api-key>' \
  --data '{
  "status": "Em trânsito",
  "date": "2018-02-18 08:00:00",
  "locale": "CD São Paulo",
  "delivered": "false",
  "notify_customer": "true"
}'
{
  "id": 123,
  "delivered": true,
  "date": "2023-11-07T05:31:56Z",
  "status": "<string>",
  "locale": "<string>",
  "created_at": {
    "date": "2000-08-17 10:24:24.000000",
    "timezone_type": 3,
    "timezone": "America/Sao_Paulo"
  },
  "updated_at": {
    "date": "2000-08-17 10:24:24.000000",
    "timezone_type": 3,
    "timezone": "America/Sao_Paulo"
  }
}

Authorizations

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

Path Parameters

alias
string
required

Alias da loja

orderId
string
required

ID do pedido

Body

application/json

Detalhes do rastreamento

Representa o rastreamento de um pedido

Response

200 - application/json

Detalhes do rastreamento de um pedido

The response is of type object.