Check location goal status
Sales Performance
Check how close a location is to achieving its sales goal.
Request
The ID of the location to check goal status.
Request samples
curl --location --request GET '/sales-performance/goals/status?location_id'
Responses
application/json
Goal status retrieved successfully
{
"location_id": "string",
"progress": 0,
"goal_value": 0,
"remaining": 0
}
Modified at 2024-12-17 09:39:55