put https://api.burqup.com/v1/orders/
Update an order.
Log in to see full request history
Responses
Update an order.
xxxxxxxxxx
curl --request PUT \
--url https://api.burqup.com/v1/orders/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
110}
{
"id": "string",
"object": "order",
"test_mode": true,
"account_id": "string",
"platform_account_id": "string",
"pickup_notes": "string",
"pickup_address": "string",
"pickup_unit": "string",
"pickup_phone_number": "string",
"pickup_name": "string",
"pickup_customer_email": "string",
"dropoff_notes": "string",
"dropoff_address": "string",
"dropoff_customer_email": "string",
"dropoff_name": "string",
"dropoff_unit": "string",
"dropoff_phone_number": "string",
"pickup_store_id": "string",
"dropoff_store_id": "string",
"external_order_ref": "string",
"order_value": 0,
"tip_amount": 0,
"pickup_at": "2025-04-08T18:15:40.349Z",
"dropoff_at": "2025-04-08T18:15:40.349Z",