GuidesAPI Reference
Log In
API Reference

Update an order.

Log in to see full request history
Path Params
string
required

ID of an order.

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

List of items to be delivered.

items
integer

Total tip for the order.

boolean

Indicates whether contactless delivery was requested.

boolean

Indicates whether signature was requested.

string

Vehicle type requested by the merchant.

string

ID of the associated pickup store.

string

Address for the pickup location.

string

Unit number for the pickup location.

string

Phone number for driver to contact at the pickup location.

string

Individual or company name of pickup location.

date-time

Timestamp for when the items should be picked up. Must be in ISO8601 format.

string

Pickup notes for the order.

string

Phone number of dropoff location.

string

ID of the associated dropoff Store.

string

Address of dropoff location.

string

Apartment or unit number of dropoff location.

string

Individual or company name receiving the order.

string

Pickup customer email.

string

Dropoff customer email.

date-time

Timestamp for when the items should be delivered.

string

Instructions for drivers when dropping off order items.

boolean

Indicates whether items contain an alcoholic ingredient.

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