RentADriver
Obtener clave API
Esta página solo está disponible en inglés por ahora.La referencia de la API, los textos legales y las guías extensas se mantienen en inglés.
← Integrations
Store platforms
Beta app

Shopify

Same-day delivery as a shipping option at checkout.

The RentADriver app for Shopify shows a live same-day rate to customers inside your delivery radius (carrier service), books the driver the moment the order is paid, fulfils the order with a tracking link when the driver picks it up, posts every step to the order timeline and keeps the proof photo on file. Merchants set the radius, cut-off, prep time, size limit and what the customer pays (pass-through, flat or free over a basket size).

How it works

  1. Install the app from Shopify admin (or open rentadriver.ai/shopify and enter your store domain) — it creates your RentADriver account and registers the carrier service
  2. Check the store location is covered, set your radius, cut-off time, prep time and customer price rule, then top up the wallet
  3. Customers see 'Same-day by RentADriver' with a live price at checkout; orders paid with that rate are booked automatically (or book any paid order by hand from the app or from an AI agent)
  4. The order is fulfilled with the RentADriver tracking link at pickup; out-for-delivery and delivered events land on the order, proof stays on the delivery

What flows back

  • live rate at checkout (carrier service)
  • fulfillment + tracking link at pickup
  • out-for-delivery / delivered fulfillment events
  • order tags rd:<code> and a rentadriver.delivery metafield
  • needs-funds tag + ops alert when the wallet is empty

Agents: book a Shopify order (REST or MCP book_shopify_order)

POST https://api.rentadriver.ai/v1/shopify/orders/%231042/book
x-api-key: rd_live_…
{ "force": false }

→ 201 { "order": { "order_name": "#1042", "status": "booked" }, "delivery": { "short_code": "RD-7K2P9QX", "status": "dispatching", "tracking_url": "https://rentadriver.ai/track/RD-7K2P9QX" } }

Timeline: Beta open now — Advanced/Plus plans (or annual billing) for checkout rates; manual booking on every plan.