Get Shipping Rates

Before booking a shipment, there are times that you want to know how much delivery could be for two addresses, several couriers, and a few other options. The Quote endpoint allows you to check how much a shipment could be.

🚧

Quote Discrepancy

Quotes are subject to change when the actual shipment is booked. The factors that could affect the pricing could be things like surge pricing, courier pricing adjustments, etc. This endpoint should only be used to gauge the price range of potential shipments.

ParametersRequired?Description
from_address objectRequiredThe address for the shipment's pickup.
to_address objectRequiredThe customer's address for the shipment.
items objectRequiredThe list of items of the shipment.
amount_total floatRequiredThe declared value of the shipment in PHP (Philippine Pesos).
amount_cod floatOptional, default is 0The Cash on Delivery amount of the shipment in PHP (Philippine Pesos). If the value is greater than zero, the shipment will be tagged as Cash on Delivery.
options objectOptionalThe different options available for the shipment. See the Options table.

The Address object

ParametersRequired?Description
contact_name stringRequiredThe name of the contact person.
contact_number stringRequiredThe mobile number of the contact person.
contact_email stringOptionalThe email address of the contact person.
address1 stringRequiredThe street/house/building number of the address.
address2 stringRequiredThe barangay of the address.
city stringRequired
province stringRequired
country stringRequiredThe country of the address. We only do Philippines shipments at the moment.
zip stringRequired
landmark stringOptionalA landmark for the couriers to help find the address.
remarks stringOptionalAdditional remarks for the couriers
latitude stringRequired for on-demand, not required for next-day shipmentsE.g 14.5440787
longitude stringRequired for on-demand, not required for next-day shipmentsE.g. 121.0652003
google_places_id stringOptional

The Item object:

AttributesRequired?Description
name stringRequired
description stringRequired
quantity integerRequired
price integerRequiredThe declared value of a single item in PHP (Philippine Pesos).

The Options object:

AttributesRequired?Description
insurance booleanOptional for on-demand, required for next-day shipmentsIf you want to insure your shipment, set this to true. Not all on-demand couriers have insurance.
insulated_box boolean
(On-demand only)
OptionalIf you need an insulated box for your on-demand shipment.
driver_assistance boolean
(On-demand only)
OptionalIf you need help from the driver to carry things around for you.
Language
Click Try It! to start a request and see the response here!