Boas-vindas — Transportadora

Para conhecer melhor a Abbiamo, assista ao vídeo abaixo (PT-BR):

Para iniciar o processo de integração corretamente, você precisa das seguintes informações:

  • Your Login credentials on our Dashboard
  • Your carrier API KEY safely kept

Se ainda não fez, fale com nosso time em carrier@abbiamolog.com pra configurar suas credenciais. Você precisa nos fornecer as seguintes informações (você é registrado tanto como transportadora quanto como seller):

  • Endereço de coleta (onde a loja vai ficar);
  • Document number;
  • Email of the users that you want to have access to the dashboard.

Integration for deliveries

The basic workflow to begin understanding the integration is shown below:

Você precisa expor um endpoint para receber as solicitações de entrega. Veja como receber eventos.

The DELIVERY_REQUEST payload can be found here. It is important to check both payloads - Full and Minimal - to guarantee you've checked for the specific fields requirements.

Para atualizar o status, optamos por endpoints separados para cada um — assim temos mais controle sobre o payload e os campos obrigatórios. Na maioria dos endpoints basta preencher delivery_id e event_at, mas recomendamos enviar o máximo de informação possível (os varejistas frequentemente pedem).

Integration for cancellations

The CANCELLATION_REQUEST payload can be found here. It can be triggered either due to two of the situations below:

  • A entrega não foi confirmada nos últimos 30 minutos (janela de tempo para receber a primeira atualização).
  • The seller triggered the action of cancellation. This action is personalized for the carrier for specific statuses

Nesta página