action just_eat_post_late_order_query { label: "late order query, restaurant response required" description: "This webhook will be invoked when a late order query has been raised and a restaurant response is required." provider: just_eat method: POST path: "/late-order-query" encoding: json input: { type: "object" properties: { orderId: { type: "string" description: "Just Eat order identifier" } restaurantId: { type: "string" description: "Just Eat restaurant identifier" } tenant: { type: "string" description: "Tenant (Country) of order restaurant." } } } output: { type: "object" additionalProperties: true } }