Outlet Prestige

Multi-location outlet management with centralized control, location-specific configurations, and performance analytics.

GET https://api.frycold.com/outlets

List all outlet locations

Parameters

Name
Type
Required
Description
apikey
string
Yes
Your API authentication key
status
string
No
Filter by status (active/inactive)

Response Example

{ "outlets": [...], "total": 25 }
GET https://api.frycold.com/outlets/{outletId}

Get outlet details and configuration

Parameters

Name
Type
Required
Description
apikey
string
Yes
Your API authentication key
outletId
string
Yes
Outlet ID

Response Example

{ "id": "...", "name": "...", "location": {...}, "config": {...} }
GET https://api.frycold.com/outlets/{outletId}/analytics

Get performance analytics for an outlet

Parameters

Name
Type
Required
Description
apikey
string
Yes
Your API authentication key
outletId
string
Yes
Outlet ID
period
string
No
Time period (day/week/month)

Response Example

{ "outletId": "...", "revenue": 45000, "orders": 230, "avgOrder": 195.65 }

Need some help?

We all do sometimes; code is hard.
Get help now from our support team, or lean on the wisdom of the crowd by browsing #frycold tag the dev portals.