Fulfillment - Manual da API
  1. Locais de Estoque
Fulfillment - Manual da API
  • 🚀 Introdução
  • 🔒 Autenticação
  • 🚦 Rate Limiting
  • 🛟 Suporte
  • Autenticação
    • Autenticação
    • Sessão do usuário
    • Refresh Token
    • Finalizar Sessão
  • Produtos
    • 📦 Conceitos de Produtos
    • Gerenciamento
      • Coleção de produtos
      • Criar um novo produto
      • Detalhes do produto
      • Estoque do Produto
      • Modificar Produto
      • Excluir Produto
    • Controle
      • Controle de Temperatura
      • Controle de Estoque
      • Data de validade & Lote
    • Códigos fiscais
      • Códigos fiscais do produto
      • Adicionar um código fiscal no produto
      • Detalhes do código fiscal do produto
      • Modificar código fiscal do produto
      • Excluir código fiscal do produto
  • Tipos de Operações
    • ♻️ Tipos de Operação
    • 📦 Entrada de Mercadoria
    • Tipos de Operações
    • Tipo de Operação
  • Clientes
    • 👔 Clientes & Parceiros
    • Gerenciamento
      • Coleção de Clientes
      • Novo cliente
      • Detalhes
      • Modificar
      • Excluir
    • Endereços
      • Endereços
      • Adicionar Endereço
      • Detalhes do Endereço
      • Modificar Endereço
  • Pedidos
    • 🛒 Pedidos Fulfillment
    • Gerenciamento
      • Pedidos
      • Novo Pedido
      • Detalhes do Pedido
      • Confirmar Pedido
      • Update Order
    • Workflows
      • Situação atual de um pedido
      • Fluxos de execução disponíveis
      • Avançar Workflow
      • Cancelar Pedido / Workflow
    • Itens do Pedido
      • Gerenciamento
        • Itens do Pedido
        • Adicionar Item
        • Detalhes do Item
        • Modificar Item
        • Excluir Item
      • Rastreamento
        • Rastreamentos
        • Adicionar Rastreamento
        • Detalhes do Rastreamento
        • Excluir Rastreamento
    • Agendamento
      • Agendamento
      • Slots Disponíveis
      • Reservar Slots
      • Cancelar Agendamento
      • Confirmar Agendamento
    • Identificação de Produtos
      • Etiquetas
      • Gerar Etiquetas
      • Confirmar impressão
    • Documentos Fiscais
      • Documentos Fiscais
      • Documento Fiscal
      • Detalhes do Documento
      • Excluir Documento
    • Documentos para Impressão
      • Documentos
      • Adicionar Documento
      • Detalhes do Documento
      • Pré-visualização
      • Excluir Documento
  • Configurações
    • Webhooks
      • Webhooks
      • Webhook
      • Webhook
      • Webhook
      • Webhook
      • Histórico
      • Estatísticas
      • Teste
      • Eventos Disponíveis
    • Integrações
      • Faturador - Bling
        • Integrações
        • Criar Integração
        • Detalhes da Integração
        • Cancelar Integração
        • Status da Integração
        • Logs
        • Auth Link
    • Enumeração
      • Enumeração
      • Tipos disponíveis
    • Token de API
      • Token de API
      • Criar um novo Token
  • Fiscal
    • Pedidos aguardando nota fiscal
    • Totais - aguardando nota fiscal
  • Locais de Estoque
    • Localizações Exclusivas
      GET
    • Ocupação das Localizações
      GET
    • Detalhes de uma Localização
      GET
    • Produtos de uma Localização
      GET
  • Inventário
    • Resumo Geral do Estoque
    • Inventário Detalhado
    • Produtos com Estoque Baixo
    • Consulta Detalhada de Estoque
  1. Locais de Estoque

Produtos de uma Localização

GET
/api/v1/locations/{location_code}/products
Retorna a lista detalhada de produtos armazenados em uma localização específica, incluindo informações como SKU, número de série, quantidade disponível, volume e peso ocupados, além de dados de rastreabilidade (lotes, validade e série ).

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Query Params

Responses

🟢200OK
application/json
Body

Example
{
    "success": true,
    "message": "Produtos da localização recuperados com sucesso",
    "search_query": "",
    "filters": [],
    "pagination": {
        "page": 1,
        "per_page": 15,
        "last_page": 1,
        "has_prev_page": false,
        "has_next_page": false,
        "records": {
            "from": 1,
            "to": 15,
            "total": 15
        }
    },
    "data": [
        {
            "location": {
                "name": "L1-1",
                "code": "01.05.01.01.01.01"
            },
            "product": {
                "name": "Smartphone Galaxy Pro 256GB",
                "sku": "ELET-SMART-001",
                "barcode": "ELET-SMART-001-121927"
            },
            "warehouse": {
                "name": "001 - Pari - SP",
                "code": "001"
            },
            "quantity": "1.000",
            "quantity_reserved": 0,
            "quantity_available": 1,
            "batch_number": null,
            "serial_number": "SMART2024-0001",
            "expiration_date": null,
            "manufacturing_date": null,
            "volume_occupied": "1500.000",
            "weight_occupied": "0.300",
            "storage_info": {
                "has_batch": false,
                "has_serial": true,
                "has_expiration": false,
                "days_to_expire": null,
                "is_expired": false,
                "expires_soon": false
            },
            "audit": {
                "created_at": "2025-07-21T18:18:47.000000Z",
                "updated_at": "2025-07-21T18:18:47.000000Z",
                "last_movement_at": null
            }
        },
        {
            "location": {
                "name": "L1-1",
                "code": "01.05.01.01.01.01"
            },
            "product": {
                "name": "Smartphone Galaxy Pro 256GB",
                "sku": "ELET-SMART-001",
                "barcode": "ELET-SMART-001-121927"
            },
            "warehouse": {
                "name": "001 - Pari - SP",
                "code": "001"
            },
            "quantity": "1.000",
            "quantity_reserved": 0,
            "quantity_available": 1,
            "batch_number": null,
            "serial_number": "SMART2024-0002",
            "expiration_date": null,
            "manufacturing_date": null,
            "volume_occupied": "1500.000",
            "weight_occupied": "0.300",
            "storage_info": {
                "has_batch": false,
                "has_serial": true,
                "has_expiration": false,
                "days_to_expire": null,
                "is_expired": false,
                "expires_soon": false
            },
            "audit": {
                "created_at": "2025-07-21T18:18:47.000000Z",
                "updated_at": "2025-07-21T18:18:47.000000Z",
                "last_movement_at": null
            }
        },
        {
            "location": {
                "name": "L1-1",
                "code": "01.05.01.01.01.01"
            },
            "product": {
                "name": "Smartphone Galaxy Pro 256GB",
                "sku": "ELET-SMART-001",
                "barcode": "ELET-SMART-001-121927"
            },
            "warehouse": {
                "name": "001 - Pari - SP",
                "code": "001"
            },
            "quantity": "1.000",
            "quantity_reserved": 0,
            "quantity_available": 1,
            "batch_number": null,
            "serial_number": "SMART2024-0003",
            "expiration_date": null,
            "manufacturing_date": null,
            "volume_occupied": "1500.000",
            "weight_occupied": "0.300",
            "storage_info": {
                "has_batch": false,
                "has_serial": true,
                "has_expiration": false,
                "days_to_expire": null,
                "is_expired": false,
                "expires_soon": false
            },
            "audit": {
                "created_at": "2025-07-21T18:18:47.000000Z",
                "updated_at": "2025-07-21T18:18:47.000000Z",
                "last_movement_at": null
            }
        },
        {
            "location": {
                "name": "L1-1",
                "code": "01.05.01.01.01.01"
            },
            "product": {
                "name": "Smartphone Galaxy Pro 256GB",
                "sku": "ELET-SMART-001",
                "barcode": "ELET-SMART-001-121927"
            },
            "warehouse": {
                "name": "001 - Pari - SP",
                "code": "001"
            },
            "quantity": "1.000",
            "quantity_reserved": 0,
            "quantity_available": 1,
            "batch_number": null,
            "serial_number": "SMART2024-0004",
            "expiration_date": null,
            "manufacturing_date": null,
            "volume_occupied": "1500.000",
            "weight_occupied": "0.300",
            "storage_info": {
                "has_batch": false,
                "has_serial": true,
                "has_expiration": false,
                "days_to_expire": null,
                "is_expired": false,
                "expires_soon": false
            },
            "audit": {
                "created_at": "2025-07-21T18:18:47.000000Z",
                "updated_at": "2025-07-21T18:18:47.000000Z",
                "last_movement_at": null
            }
        },
        {
            "location": {
                "name": "L1-1",
                "code": "01.05.01.01.01.01"
            },
            "product": {
                "name": "Smartphone Galaxy Pro 256GB",
                "sku": "ELET-SMART-001",
                "barcode": "ELET-SMART-001-121927"
            },
            "warehouse": {
                "name": "001 - Pari - SP",
                "code": "001"
            },
            "quantity": "1.000",
            "quantity_reserved": 0,
            "quantity_available": 1,
            "batch_number": null,
            "serial_number": "SMART2024-0005",
            "expiration_date": null,
            "manufacturing_date": null,
            "volume_occupied": "1500.000",
            "weight_occupied": "0.300",
            "storage_info": {
                "has_batch": false,
                "has_serial": true,
                "has_expiration": false,
                "days_to_expire": null,
                "is_expired": false,
                "expires_soon": false
            },
            "audit": {
                "created_at": "2025-07-21T18:18:47.000000Z",
                "updated_at": "2025-07-21T18:18:47.000000Z",
                "last_movement_at": null
            }
        },
        {
            "location": {
                "name": "L1-1",
                "code": "01.05.01.01.01.01"
            },
            "product": {
                "name": "Smartphone Galaxy Pro 256GB",
                "sku": "ELET-SMART-001",
                "barcode": "ELET-SMART-001-121927"
            },
            "warehouse": {
                "name": "001 - Pari - SP",
                "code": "001"
            },
            "quantity": "1.000",
            "quantity_reserved": 0,
            "quantity_available": 1,
            "batch_number": null,
            "serial_number": "SMART2024-0006",
            "expiration_date": null,
            "manufacturing_date": null,
            "volume_occupied": "1500.000",
            "weight_occupied": "0.300",
            "storage_info": {
                "has_batch": false,
                "has_serial": true,
                "has_expiration": false,
                "days_to_expire": null,
                "is_expired": false,
                "expires_soon": false
            },
            "audit": {
                "created_at": "2025-07-21T18:18:47.000000Z",
                "updated_at": "2025-07-21T18:18:47.000000Z",
                "last_movement_at": null
            }
        },
        {
            "location": {
                "name": "L1-1",
                "code": "01.05.01.01.01.01"
            },
            "product": {
                "name": "Smartphone Galaxy Pro 256GB",
                "sku": "ELET-SMART-001",
                "barcode": "ELET-SMART-001-121927"
            },
            "warehouse": {
                "name": "001 - Pari - SP",
                "code": "001"
            },
            "quantity": "1.000",
            "quantity_reserved": 0,
            "quantity_available": 1,
            "batch_number": null,
            "serial_number": "SMART2024-0007",
            "expiration_date": null,
            "manufacturing_date": null,
            "volume_occupied": "1500.000",
            "weight_occupied": "0.300",
            "storage_info": {
                "has_batch": false,
                "has_serial": true,
                "has_expiration": false,
                "days_to_expire": null,
                "is_expired": false,
                "expires_soon": false
            },
            "audit": {
                "created_at": "2025-07-21T18:18:47.000000Z",
                "updated_at": "2025-07-21T18:18:47.000000Z",
                "last_movement_at": null
            }
        },
        {
            "location": {
                "name": "L1-1",
                "code": "01.05.01.01.01.01"
            },
            "product": {
                "name": "Smartphone Galaxy Pro 256GB",
                "sku": "ELET-SMART-001",
                "barcode": "ELET-SMART-001-121927"
            },
            "warehouse": {
                "name": "001 - Pari - SP",
                "code": "001"
            },
            "quantity": "1.000",
            "quantity_reserved": 0,
            "quantity_available": 1,
            "batch_number": null,
            "serial_number": "SMART2024-0008",
            "expiration_date": null,
            "manufacturing_date": null,
            "volume_occupied": "1500.000",
            "weight_occupied": "0.300",
            "storage_info": {
                "has_batch": false,
                "has_serial": true,
                "has_expiration": false,
                "days_to_expire": null,
                "is_expired": false,
                "expires_soon": false
            },
            "audit": {
                "created_at": "2025-07-21T18:18:47.000000Z",
                "updated_at": "2025-07-21T18:18:47.000000Z",
                "last_movement_at": null
            }
        },
        {
            "location": {
                "name": "L1-1",
                "code": "01.05.01.01.01.01"
            },
            "product": {
                "name": "Smartphone Galaxy Pro 256GB",
                "sku": "ELET-SMART-001",
                "barcode": "ELET-SMART-001-121927"
            },
            "warehouse": {
                "name": "001 - Pari - SP",
                "code": "001"
            },
            "quantity": "1.000",
            "quantity_reserved": 0,
            "quantity_available": 1,
            "batch_number": null,
            "serial_number": "SMART2024-0009",
            "expiration_date": null,
            "manufacturing_date": null,
            "volume_occupied": "1500.000",
            "weight_occupied": "0.300",
            "storage_info": {
                "has_batch": false,
                "has_serial": true,
                "has_expiration": false,
                "days_to_expire": null,
                "is_expired": false,
                "expires_soon": false
            },
            "audit": {
                "created_at": "2025-07-21T18:18:47.000000Z",
                "updated_at": "2025-07-21T18:18:47.000000Z",
                "last_movement_at": null
            }
        },
        {
            "location": {
                "name": "L1-1",
                "code": "01.05.01.01.01.01"
            },
            "product": {
                "name": "Smartphone Galaxy Pro 256GB",
                "sku": "ELET-SMART-001",
                "barcode": "ELET-SMART-001-121927"
            },
            "warehouse": {
                "name": "001 - Pari - SP",
                "code": "001"
            },
            "quantity": "1.000",
            "quantity_reserved": 0,
            "quantity_available": 1,
            "batch_number": null,
            "serial_number": "SMART2024-0010",
            "expiration_date": null,
            "manufacturing_date": null,
            "volume_occupied": "1500.000",
            "weight_occupied": "0.300",
            "storage_info": {
                "has_batch": false,
                "has_serial": true,
                "has_expiration": false,
                "days_to_expire": null,
                "is_expired": false,
                "expires_soon": false
            },
            "audit": {
                "created_at": "2025-07-21T18:18:47.000000Z",
                "updated_at": "2025-07-21T18:18:47.000000Z",
                "last_movement_at": null
            }
        },
        {
            "location": {
                "name": "L1-1",
                "code": "01.05.01.01.01.01"
            },
            "product": {
                "name": "Smartphone Galaxy Pro 256GB",
                "sku": "ELET-SMART-001",
                "barcode": "ELET-SMART-001-121927"
            },
            "warehouse": {
                "name": "001 - Pari - SP",
                "code": "001"
            },
            "quantity": "1.000",
            "quantity_reserved": 0,
            "quantity_available": 1,
            "batch_number": null,
            "serial_number": "SMART2024-0011",
            "expiration_date": null,
            "manufacturing_date": null,
            "volume_occupied": "1500.000",
            "weight_occupied": "0.300",
            "storage_info": {
                "has_batch": false,
                "has_serial": true,
                "has_expiration": false,
                "days_to_expire": null,
                "is_expired": false,
                "expires_soon": false
            },
            "audit": {
                "created_at": "2025-07-21T18:18:47.000000Z",
                "updated_at": "2025-07-21T18:18:47.000000Z",
                "last_movement_at": null
            }
        },
        {
            "location": {
                "name": "L1-1",
                "code": "01.05.01.01.01.01"
            },
            "product": {
                "name": "Smartphone Galaxy Pro 256GB",
                "sku": "ELET-SMART-001",
                "barcode": "ELET-SMART-001-121927"
            },
            "warehouse": {
                "name": "001 - Pari - SP",
                "code": "001"
            },
            "quantity": "1.000",
            "quantity_reserved": 0,
            "quantity_available": 1,
            "batch_number": null,
            "serial_number": "SMART2024-0012",
            "expiration_date": null,
            "manufacturing_date": null,
            "volume_occupied": "1500.000",
            "weight_occupied": "0.300",
            "storage_info": {
                "has_batch": false,
                "has_serial": true,
                "has_expiration": false,
                "days_to_expire": null,
                "is_expired": false,
                "expires_soon": false
            },
            "audit": {
                "created_at": "2025-07-21T18:18:47.000000Z",
                "updated_at": "2025-07-21T18:18:47.000000Z",
                "last_movement_at": null
            }
        },
        {
            "location": {
                "name": "L1-1",
                "code": "01.05.01.01.01.01"
            },
            "product": {
                "name": "Smartphone Galaxy Pro 256GB",
                "sku": "ELET-SMART-001",
                "barcode": "ELET-SMART-001-121927"
            },
            "warehouse": {
                "name": "001 - Pari - SP",
                "code": "001"
            },
            "quantity": "1.000",
            "quantity_reserved": 0,
            "quantity_available": 1,
            "batch_number": null,
            "serial_number": "SMART2024-0013",
            "expiration_date": null,
            "manufacturing_date": null,
            "volume_occupied": "1500.000",
            "weight_occupied": "0.300",
            "storage_info": {
                "has_batch": false,
                "has_serial": true,
                "has_expiration": false,
                "days_to_expire": null,
                "is_expired": false,
                "expires_soon": false
            },
            "audit": {
                "created_at": "2025-07-21T18:18:47.000000Z",
                "updated_at": "2025-07-21T18:18:47.000000Z",
                "last_movement_at": null
            }
        },
        {
            "location": {
                "name": "L1-1",
                "code": "01.05.01.01.01.01"
            },
            "product": {
                "name": "Smartphone Galaxy Pro 256GB",
                "sku": "ELET-SMART-001",
                "barcode": "ELET-SMART-001-121927"
            },
            "warehouse": {
                "name": "001 - Pari - SP",
                "code": "001"
            },
            "quantity": "1.000",
            "quantity_reserved": 0,
            "quantity_available": 1,
            "batch_number": null,
            "serial_number": "SMART2024-0014",
            "expiration_date": null,
            "manufacturing_date": null,
            "volume_occupied": "1500.000",
            "weight_occupied": "0.300",
            "storage_info": {
                "has_batch": false,
                "has_serial": true,
                "has_expiration": false,
                "days_to_expire": null,
                "is_expired": false,
                "expires_soon": false
            },
            "audit": {
                "created_at": "2025-07-21T18:18:47.000000Z",
                "updated_at": "2025-07-21T18:18:47.000000Z",
                "last_movement_at": null
            }
        },
        {
            "location": {
                "name": "L1-1",
                "code": "01.05.01.01.01.01"
            },
            "product": {
                "name": "Smartphone Galaxy Pro 256GB",
                "sku": "ELET-SMART-001",
                "barcode": "ELET-SMART-001-121927"
            },
            "warehouse": {
                "name": "001 - Pari - SP",
                "code": "001"
            },
            "quantity": "1.000",
            "quantity_reserved": 0,
            "quantity_available": 1,
            "batch_number": null,
            "serial_number": "SMART2024-0015",
            "expiration_date": null,
            "manufacturing_date": null,
            "volume_occupied": "1500.000",
            "weight_occupied": "0.300",
            "storage_info": {
                "has_batch": false,
                "has_serial": true,
                "has_expiration": false,
                "days_to_expire": null,
                "is_expired": false,
                "expires_soon": false
            },
            "audit": {
                "created_at": "2025-07-21T18:18:47.000000Z",
                "updated_at": "2025-07-21T18:18:47.000000Z",
                "last_movement_at": null
            }
        }
    ]
}
Previous
Detalhes de uma Localização
Next
Resumo Geral do Estoque
Built with