Skip to main content

Build with Pack3D

Our REST API allows for seamless delegation of physical fulfillment. Integrate our orchestration engine directly into your mobile apps, SPAs, or server-side workflows.

PROTOCOL: REST_HTTPS // AUTH: OAUTH_2.0_PKCE // FORMAT: JSON
MODULE_01 // AUTHENTICATION

Secure Connectivity for All Clients

We utilise OAuth 2.0 with PKCE (Proof Key for Code Exchange) to allow public clients (mobile/web) to authenticate without exposing client secrets. For backend-to-backend communication, we support traditional private client credentials.

PKCE_HANDSHAKE_LOGIC
AuthoriseCode ChallengeToken ExchangeSigned Access
# Authorisation Request
POST /oauth/token
{
  "grant_type": "authorization_code",
  "client_id": "p3d_retailer_01",
  "code_verifier": "dBjftJeZ4CVP-mB92K...",
  "code": "p3d_auth_code_992",
  "redirect_uri": "https://brand.app/callback"
}
# Dispatch Inventory
PUT /v1/dispatch
{
  "order_ref": "ORD-5501",
  "node_id": "LON-NORTH-01",
  "items": [{ "sku": "P3D-99", "qty": 1 }]
}
MODULE_02 // DELEGATION

Headless Inventory Control

Trigger pick-and-pack operations, modify shipping priority, and receive real-time telemetry webhooks. Our API transforms physical fulfillment into a programmable asset within your stack.

MODULE_03 // WEBHOOKS

Real-Time Event Telemetry

Our system pushes real-time updates to your listener endpoints. Subscribe to specific events to trigger customer notifications or internal workflows instantly.

EVENT_TYPEorder.picked
EVENT_TYPEorder.packed
EVENT_TYPEcarrier.dispatched
EVENT_TYPEstock.low_threshold
MODULE_04 // CAPACITY

Engineered for High-Frequency

Pack3D infrastructure is architected for low-latency response and high concurrency. Our global rate limits are designed to support enterprise-level burst traffic.

  • AUTH_PROTOCOLUtilises OAuth 2.0 + PKCE for secure public-client delegated authority.
  • THROTTLINGIntegrations start with a high-performance throughput baseline and dynamic burst protection. Clients requiring unrestricted sync frequency can access our Enterprise-grade lanes for maximum data velocity.
  • TELEMETRYEvent-driven Webhooks for real-time order lifecycle synchronisation.
MODULE_05 // ONBOARDING

Guided Connectivity Analysis

Technical harmony, engineered together. Our team integrates seamlessly with your developers to refine authentication flows and bring quiet precision to your inventory synchronisation logic.