Deny Order
POST {{base_url}}/v1/delivery/order/{{order_id}}/deny
Allows an Uber Eats Order to be denied. You must supply a denial reason and can optionally supply a free form text to provide Uber further context as to why the order was unable to be accepted.
Request Body
{"deny_reason"=>{"info"=>"<string>", "type"=>"TECHNICAL_FAILURE", "client_error_code"=>"<string>", "item_metadata"=>{"invalid_item"=>[{"id"=>"<string>", "type"=>"OTHER", "client_error_code"=>"<string>", "info"=>"<string>", "external_id"=>"<string>"}, {"id"=>"<string>", "type"=>"MISSING_INFO", "client_error_code"=>"<string>", "info"=>"<string>", "external_id"=>"<string>"}]}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
User-Agent | string |
RESPONSES
status: OK
""