cURL
curl --request GET \ --url https://api.atlas.kitchen/storefronts/v1/cart/delivery_outlets \ --header 'X-Channel-Id: <api-key>'
[ { "id": 123, "name": "<string>", "distance": 123, "address": "<string>", "status": "OPEN" } ]
Only available when cart fulfilment_type is delivery.
Channel identifier. A second header X-Session-Id is also required.
X-Session-Id
Delivery-capable outlets
Meters
OPEN
CLOSED
Was this page helpful?