{ "opencollection": "1.0.0", "info": { "name": "Just Eat UK Attempted Delivery API DeliveryFee API", "version": "3.0" }, "items": [ { "info": { "name": "DeliveryFee", "type": "folder" }, "items": [ { "info": { "name": "Get restaurant delivery fees", "type": "http" }, "http": { "method": "GET", "url": "https://uk.api.just-eat.io/delivery-fees/:tenant", "params": [ { "name": "tenant", "value": "uk", "type": "path", "description": "Tenant containing the restaurants." }, { "name": "restaurantIds", "value": "1,2,3,4", "type": "query", "description": "Restaurant IDs which fees are requested for. e.g. `?restaurantIds=1,2,3,4`" }, { "name": "deliveryTime", "value": "2019-09-05T12:43:48.431Z", "type": "query", "description": "Delivery date/time when fees are required (ISO8601 format)." }, { "name": "zone", "value": "BS1", "type": "query", "description": "Postcode or other location name identifying the location to which delivery is required. For use when precise location is not available. This will be removed in future in favour of location." }, { "name": "latlong", "value": "51.3851513,-2.0841275", "type": "query", "description": "Point to which delivery is required (latitude, longitude). Supply this where possible as support for zone-only based lookups will be removed in future." } ] }, "docs": "Retrieve delivery fees for many restaurants. Returns fees and minimum order values required for delivery orders." } ] } ], "bundled": true }