Skip to main content

Documentation Index

Fetch the complete documentation index at: https://86d.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

The Uber Direct module integrates with the Uber Direct API for last-mile delivery. The store quotes rates at checkout, creates a delivery on order placement, and receives webhook updates as the courier picks up and drops off. Source: modules/uber-direct · npm: @86d-app/uber-direct

Installation

86d module add uber-direct

Configuration

uberDirect({
  customerId: "...",
  clientId: "...",
  clientSecret: "...",
});

Store endpoints

MethodPathDescription
POST/uber-direct/quoteQuote a delivery
POST/uber-direct/webhooksStatus webhooks

Admin endpoints

MethodPathDescription
GET/admin/uber-direct/deliveriesActive and completed deliveries