Quote a Delivery
Before committing to a delivery booking, you can request a quote to retrieve available carrier options, estimated delivery windows, and pricing for a given order. This is useful when you want to surface delivery options to customers at checkout or make routing decisions before dispatching.
Endpoint
Authentication: Bearer token required via the Authorization header.
Request Payload
Parameters
Top-Level Fields
Either store_id or store_reference must be provided. If both are supplied, store_id takes precedence.
Address Fields
The address object specifies the delivery destination used to calculate carrier availability, estimated windows, and pricing.
Line Items
The line_items array describes the products included in the order. This information is used to assess regulated product handling requirements and calculate insured value.
Parcels
The parcels array defines the physical packages that will make up the delivery. Accurate dimensions and weights are required for Rendr to determine carrier eligibility and calculate rates.
Accurate parcel dimensions and weights are critical for quote accuracy. Incorrect measurements may result in quotes that do not reflect actual carrier pricing or eligibility at the point of booking.
Sample Response
A successful quote response returns a data object keyed by delivery type. Each key represents an available service level and includes pricing, estimated delivery window, and — depending on your account configuration — carrier details.
Response Fields
Each delivery type object in data can contain the following fields:
Not all delivery types will always be returned. Rendr only includes options where a compliant carrier is available for the given origin, destination, parcel dimensions, and account configuration.
BYOC Accounts
If your account is configured with Bring Your Own Carrier (BYOC), the response will include provider, service, and carrier_code fields on applicable delivery types. These fields identify the specific carrier and service that Rendr has matched for the shipment, giving you full visibility into the routing decision before booking.
