Seamlessly Integrated.
Locally Hosted.
PackNative acts as the "Intelligence Layer" between your Warehouse Management System (WMS) and your Shipping Carrier. Use our high-speed REST API to inject 3D packing logic into any workflow.
ERP / WMS
We speak your language. Connect PackNative directly to your pricing tables to ensure quotes always match accounting.
Shipping
Direct integration with major shipping providers to automate pick/pack workflows and carrier selection.
E-commerce
Power your headless commerce checkout or B2B portal with real-time box selection logic.
Don't see your system? If it has an API, PackNative can talk to it.
Connection Methods
Three ways to get data in and out.
Low-Latency SQL
The fastest way to get pricing. Configure PackNative - Parametric Packaging on Your Infrastructure with read-only credentials to your internal PostgreSQL or SQL Server. We execute optimized queries to fetch material costs in <5ms.
- No API Rate Limits
- Real-time Inventory Sync
The Three Pillars of Integration
How data actually moves through the system.
A. The SKU Sync
Push your product dimensions (L × W × H + Weight) into PackNative via CSV upload or a simplePUT request. We store these locally for zero-latency lookups.
B. The Optimization Request
When an order is picked, your WMS sends a JSON payload to PackNative. We return the optimal box ID and the 3D coordinates for every item in <150ms.
C. The Visual Instruction
Embed our React-based 3D Visualizer directly into your packer’s handheld tablets or touchscreen stations using a simple iframe or our lightweight JS SDK.
Developer-First
Technical Specs.
This is where you build trust with the person who has to actually write the code. Transparent specs for complex enterprise environments.
API Architecture
RESTful API built on Django Ninja (OpenAPI/Swagger compliant).
Auth
Secure Local Token Auth or OAuth2 for Enterprise SSO.
Performance
Client-side Three.js rendering ensures no lag on the warehouse floor.
Deployment
Docker Compose / Kubernetes Helm Charts provided.
Example Optimization Payload
JSON // POST /api/v1/optimize/
{
"order_id": "OR-9921",
"items": [
{
"sku": "SOLAR-BRKT-01",
"dims": [40, 20, 10],
"qty": 2,
"weight": 5.2
},
{
"sku": "CABLE-SET-X",
"dims": [15, 15, 5],
"qty": 1,
"weight": 0.8
}
],
"constraints": [
"HEAVY_BOTTOM",
"NO_STACK_FRAGILE"
]
}"Developers love seeing a JSON payload because it makes the project feel 'real'."
Expert Integration
Engineering.
"Our team provides 4 hours of direct integration support with every Pilot. We help you map your SKU data and ensure your WMS is talking to the engine on Day 1."
Bespoke Engineering
Services.
Need a custom bridge for a legacy system? Our founding engineers provide white-glove integration services for Enterprise clients. From custom WMS mapping to specialized packing constraints, we ensure PackNative fits perfectly into your unique operational flow.
Integration FAQ
Have complex
technical requirements?
Our solutions team builds custom integrations for legacy ERPs and proprietary production lines. Talk to the engineers who built the engine.