GuidesAPI Reference
Log In
API Reference

Accept a quote to initiate an order.

Log in to see full request history
Path Params
string
required

ID of a quote.

Body Params
boolean

Whether delivery should be contactless. Cannot be true if signature is set to true.

boolean

Whether signature should be collected at dropoff. Cannot be true if contactless_delivery is set to true.

boolean

Whether picture should be taken at the time of pickup order

integer

Set the minimum age requirement for the recipient. Delivery will be required to return to store if driver cannot successfully verify the age requirement. When this field is set, undeliverable_action must also be set to “return_to_store”. Please set this field for all age-restricted pharmacy deliveries.

string

Support for vehicle selection is very limited across providers. Setting this preference can significantly limit quote availability. We urge all merchants interested in using this setting to test it with live API key first to understand if the change leads to fewer quotes becoming available.

string

Action to be performed in case of the unsuccessfull delivery.

      * `return_to_store` - The package should be returned back to the store.

      * `leave_at_door` - The package should be left on the door, some providers doesn't support this if the signature is required.

      * `discard_package` - The package should be discard.
    
expand
array of strings

An array of valid string values to request additional information as an expanded response by using the expand request parameter.

  * `latest_delivery` - If included in the expand array returns latest delivery associated with the order.
expand
Headers
string
required

Burq API key for your account.

Responses

Language