Skip to main content
Olist Tiny is one of Brazil’s most widely used ERP systems for small and medium businesses, covering sales, finance, inventory, and invoicing. The Olist Tiny ERP API (v3) provides access to your business data including orders, products, contacts, invoices (NF-e), accounts payable and receivable, sellers, brands, payment methods, and warehouses. This connector enables you to extract and analyze your Olist Tiny operations data.

Configuring Olist as a Source

In the Sources tab, click on the “Add source” button located on the top right of your screen. Then, select the Olist option from the list of connectors. Click Next and you’ll be prompted to add your access.

1. Add account access

You’ll need to authorize Nekt to access your Olist Tiny data. Click on the Olist Authorization button and log in with your Olist Tiny account. Grant the requested read permissions for the account you want to extract data from.
Make sure you’re logged in with an Olist Tiny account that has permission to view the data you intend to sync. Some modules (such as warehouses or sellers) depend on your Olist Tiny plan and may not be available to every account.
The following configurations are available:
  • Start Date: (Optional) Lower bound for incremental syncs (dataAlteracao for Products, dataAtualizacao for Contacts). If omitted, records are synced from the full history available in the API. Other streams are full-table extractions.
Once you’re done, click Next.

2. Select streams

Choose which data streams you want to sync. For faster extractions, select only the streams that are relevant to your analysis. You can select entire groups of streams or pick specific ones.
Tip: The stream can be found more easily by typing its name.
Select the streams and click Next.

3. Configure data streams

Customize how you want your data to appear in your catalog. Select the desired layer where the data will be placed, a folder to organize it inside the layer, a name for each table (which will effectively contain the fetched data) and the type of sync.
  • Layer: choose between the existing layers on your catalog. This is where you will find your new extracted tables as the extraction runs successfully.
  • Folder: a folder can be created inside the selected layer to group all tables being created from this new data source.
  • Table name: we suggest a name, but feel free to customize it. You have the option to add a prefix to all tables at once and make this process faster!
  • Sync Type: you can choose between INCREMENTAL and FULL_TABLE.
    • Incremental: every time the extraction happens, we’ll get only the new data - which is good if, for example, you want to keep every record ever fetched.
    • Full table: every time the extraction happens, we’ll get the current state of the data - which is good if, for example, you don’t want to have deleted data in your catalog.
Once you are done configuring, click Next.

4. Configure data source

Describe your data source for easy identification within your organization, not exceeding 140 characters. To define your Trigger, consider how often you want data to be extracted from this source. This decision usually depends on how frequently you need the new table data updated (every day, once a week, or only at specific times). Optionally, you can define some additional settings:
  • Configure Delta Log Retention and determine for how long we should store old states of this table as it gets updated. Read more about this resource here.
  • Determine when to execute an Additional Full Sync. This will complement the incremental data extractions, ensuring that your data is completely synchronized with your source every once in a while.
Once you are ready, click Next to finalize the setup.

5. Check your new source

You can view your new source on the Sources page. If needed, manually trigger the source extraction by clicking on the arrow button. Once executed, your data will appear in your Catalog.
For you to be able to see it on your Catalog, you need at least one successful source run.

Streams and Fields

Below you’ll find all available data streams from Olist Tiny and their corresponding fields. List responses are paginated and unwrapped from the API’s { itens, paginacao } envelope.
Sales orders, including e-commerce channel data, customer, items, shipping, and totals. Full table sync.Key Fields:
FieldTypeDescription
idIntegerUnique identifier for the order (primary key)
numeroPedidoIntegerOrder number in Olist Tiny
situacaoStringOrder status
dataCriacaoDateWhen the order was created
dataPrevistaDateExpected/scheduled date
ecommerceObjectE-commerce channel data (id, nome, numeroPedidoEcommerce, numeroPedidoCanalVenda, canalVenda)
clienteObjectCustomer details (nome, codigo, cpfCnpj, tipoPessoa, endereco, etc.)
valorNumberOrder total amount
Product catalog with pricing and stock summary. Incremental sync on dataAlteracao.Key Fields:
FieldTypeDescription
idIntegerUnique identifier for the product (primary key)
skuStringProduct SKU
descricaoStringProduct description / name
tipoStringProduct type
situacaoStringProduct status
gtinStringGTIN / barcode
unidadeStringUnit of measure
precosObjectPricing block (preco, precoPromocional, precoCusto, precoCustoMedio)
estoqueObjectStock summary (localizacao and stock data)
dataCriacaoDateWhen the product was created
dataAlteracaoTimestampWhen the product was last updated (replication key)
Contacts / customers registry. Incremental sync on dataAtualizacao.Key Fields:
FieldTypeDescription
idIntegerUnique identifier for the contact (primary key)
nomeStringContact name
codigoStringContact code
fantasiaStringTrade name (nome fantasia)
tipoPessoaStringPerson type (F = individual, J = company)
cpfCnpjStringCPF (individuals) or CNPJ (companies)
emailStringEmail address
telefone / celularStringPhone numbers
enderecoObjectAddress (numero, complemento, bairro, municipio, cep, uf, pais)
vendedorObjectAssociated seller
situacaoStringContact status
statusCrmStringCRM status
dataCriacaoTimestampWhen the contact was created
dataAtualizacaoTimestampWhen the contact was last updated (replication key)
Fiscal invoices (Nota Fiscal eletrônica) with customer, items, taxes, and access key. Full table sync.Key Fields:
FieldTypeDescription
idIntegerUnique identifier for the invoice (primary key)
tipoStringInvoice type
numeroStringInvoice number
serieStringInvoice series
chaveAcessoStringNF-e access key (chave de acesso)
dataEmissaoDateWhen the invoice was issued
dataPrevistaDateExpected date
situacaoStringInvoice status
clienteObjectCustomer details (nome, cpfCnpj, endereco, etc.)
Accounts payable entries. Full table sync.Key Fields:
FieldTypeDescription
idIntegerUnique identifier for the payable (primary key)
situacaoStringStatus (e.g., open, paid)
dataDateEntry date
dataVencimentoDateDue date
historicoStringDescription / memo
valorNumberAmount due
saldoNumberOutstanding balance
numeroDocumentoStringDocument number
clienteObjectCounterparty details (nome, cpfCnpj, etc.)
Accounts receivable entries. Full table sync.Key Fields:
FieldTypeDescription
idIntegerUnique identifier for the receivable (primary key)
situacaoStringStatus (e.g., open, received)
dataDateEntry date
dataVencimentoDateDue date
historicoStringDescription / memo
valorNumberAmount
numeroDocumentoStringDocument number
numeroBancoStringBank document number
clienteObjectCounterparty details (nome, cpfCnpj, etc.)
Registered payment methods. Full table sync.Key Fields:
FieldTypeDescription
idIntegerUnique identifier for the payment method (primary key)
nomeStringPayment method name
situacaoStringStatus
Product brands registry. Full table sync.Key Fields:
FieldTypeDescription
idIntegerUnique identifier for the brand (primary key)
descricaoStringBrand name
Availability depends on your Olist Tiny plan/permissions. If the module is not available for your account, the stream is skipped (empty) without failing the run.
Sellers / sales representatives registry. Full table sync.Key Fields:
FieldTypeDescription
idIntegerUnique identifier for the seller (primary key)
nomeStringSeller name
codigoStringSeller code
cpfCnpjStringCPF or CNPJ
contatoObjectLinked contact information
situacaoStringSeller status
Availability depends on your Olist Tiny plan/permissions. If the module is not available for your account, the stream is skipped (empty) without failing the run.
Inventory warehouses / deposits. Full table sync (returned as a flat list).Key Fields:
FieldTypeDescription
idIntegerUnique identifier for the warehouse (primary key)
descricaoStringWarehouse description / name
tipoStringWarehouse type
desconsideraSaldoBooleanWhether the warehouse balance is ignored
padraoBooleanWhether it is the default warehouse
possuiReservaBooleanWhether the warehouse supports reservations

Data Model

The following diagram illustrates the relationships between the core data streams in Olist Tiny. The arrows indicate the keys that link the different entities, providing a clear overview of the data structure.

Implementation Notes

Incremental sync and replication keys

  • Produtos: incremental on dataAlteracao; Contatos: incremental on dataAtualizacao. API requests include a datetime filter (YYYY-MM-DD HH:MM:SS) derived from the bookmark or Start Date.
  • All other streams (Pedidos, Notas, Contas a pagar, Contas a receber, Formas de pagamento, Marcas, Vendedores, Depósitos) are full-table syncs.

Plan-dependent modules

Some Olist Tiny modules are gated by the account’s plan or permissions. When an endpoint is not accessible, the connector logs a warning and skips that stream with empty results instead of failing the whole run. This commonly affects Vendedores and Depósitos.

Brazilian context

This connector is designed for the Brazilian market:
  • Currency: Values are in BRL (Brazilian Real).
  • Documents: Counterparties are identified by CPF (individuals) or CNPJ (companies) in the cpfCnpj field.
  • Addresses: Brazilian address format with CEP (postal code) and state abbreviation (uf).
  • Invoices: chaveAcesso is the NF-e access key (chave de acesso).

Nested data structures

Olist Tiny payloads include nested objects (e.g., cliente, endereco, precos, ecommerce). When querying:
  • Access nested objects using dot notation (e.g., cliente.nome).
  • Handle NULL values in nested fields with COALESCE.

Skills for agents

Download Olist skills file

Olist connector documentation as plain markdown, for use in AI agent contexts.