cURL
curl --request GET \ --url https://api.atlas.kitchen/storefronts/v1/cart/delivery_outlets \ --header 'X-Channel-Id: <api-key>' \ --header 'X-Session-Id: <api-key>'
[ { "id": 123, "name": "<string>", "distance": 123, "address": "<string>", "status": "OPEN" } ]
Only available when cart fulfilment_type is delivery.
Merchant storefront identifier. Provided during onboarding.
Diner session identifier. Created by GET /channel and returned in the X-Session-Id response header.
GET /channel
X-Session-Id
Delivery-capable outlets
Meters
OPEN
CLOSED
Was this page helpful?