Allows the partner to make amendments to order items.post https://api.developers.deliveroo.com/picking/v1/orders/{order_id}/amendmentsPath Paramsorder_idstringrequiredBody Paramsitem_amendmentsarray of objectsrequireditem_amendments*ADD objectResponses 200Details of an order 400The request didn't work, often because a required parameter is missing or the content-type hasn't been set e.g. an incorrect JSON request 401The request didn't work because the combination of your API key and API token doesn't exist in our system or your integration has been disabled 404Order with that ID was not found in our systems. 429Too many requests. Rate limit of 1 request / 30 seconds / 1 order is exceeded 500Something went wrong on our end. You'll have to try again later once we've fixed it.Updated 26 days ago