Own Network Deliveries
Rendr’s Own Network solution allows stores to fulfil deliveries using their own staff or internal courier network. Deliveries are created via the standard endpoint with additional fields to assign a staff courier.
Create a Delivery with a Staff Courier
Use the standard Create Delivery payload with use_staff_couriers: true and a staff_courier object identifying the assigned driver.
Authentication: Bearer token required via the Authorization header.
use_staff_couriers must be true and the staff_courier object is required to assign the delivery to a staff member. If the driver is new, they will be automatically added to the store’s staff courier list on first assignment.
staff_courier Fields
Courier SMS Notification
Once a delivery is created and assigned, the staff courier receives an SMS with pickup and delivery details and a link to accept the job via the Rendr Driver App. No app installation is required — drivers log in using phone number verification.
Driver App URLs:
Retrieve Staff Couriers
To list existing staff couriers for a tenant — useful for building courier selection UIs — use the following endpoint:
Authentication: Bearer token required via the Authorization header.
This returns paginated staff courier profiles that can be used to populate a courier selection dropdown or manage existing drivers.
Interface Recommendations
When a user selects “Own Network” in your interface, prompt them to either:
- Select an existing courier — using data from
GET /staff-couriers, or - Enter a new staff member’s name and phone number — they will be added to the store’s courier list automatically on first delivery.
The delivery creation workflow is identical in both cases.
For a full walkthrough of the driver experience, see the Own Network Deliveries guide.
