GuidesAPI Reference
Log In
API Reference

Create an order.

Log in to see full request history
Body Params
integer

Total value of all items in the order.

string

Merchant-provided delivery identifier. Commonly used for merchants to cross-reference orders from Burq API with their own system. When provided, this is also used as "order number" and used by drivers to find the right order at pickup location.

items
array of objects
required

List of items to be delivered.

items*
integer

Tips for the driver. Burq forwards all tips to the delivery providers.

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.

string

This is an experimental setting. When set, Burq tries to inform providers about your preferred vehicle type. However, not all providers support vehicle type specification, and setting this property has no effect on those providers.

string

Address of pickup location. Include all components including street, city, zipcode, and country. Do not include unit number; use pickup_unit property instead. Do not provide if store_id is provided. Otherwise required.

string

Unit number of pickup location. Do not provide if store_id is provided.

string

Phone number of pickup location. Optional if store_id is provided. Otherwise required.

string

Individual or company name of pickup location. Optional if store_id is provided. Otherwise required.

string

Pickup contact email.

date-time

Timestamp for when the items should be picked up. Must be in ISO8601 format. Cannot be both provided with dropoff_at.

string

Instructions for drivers when picking up order items.

string

Phone number of dropoff location. Optional if dropoff_store_id is provided. Otherwise required.

string

Address of dropoff location. Include all components including street, city, zipcode, and country. Do not include unit number; use dropoff_unit property instead. Do not provide if dropoff_store_id is provided. Otherwise required.

string

Unit number of dropoff location.

string

Individual or company name receiving the order. Optional if dropoff_store_id is provided. Otherwise required.

string

Dropoff contact email.

date-time

Timestamp for when the items should be delivered. Must be in ISO8601 format. Cannot be both provided with pickup_at.

string

Instructions for drivers when dropping off order items.

boolean

Indicates whether items contain an alcoholic ingredient.

string

ID of a store created through Burq dashboard or API. When provided, store information will be used for any pickup setting not explicitly provided in the request, including address, phone number, name, and notes.

string

ID of a store created through Burq dashboard or API. When provided, store information will be used for any dropoff setting not explicitly provided in the request, including address, phone number, name, and notes.

Headers
string
required

Burq API key for your account.

Responses

Language