LocalLocationLevelUpdate

⌘K

Updates the tier of service for a single location

JSON-RPC Method:

local.location.level.update
Go to Example Code

Request

id

number

The id of the location

level

string

The name of the tier of service for the location.

1{
2  "id": 123,
3  "level": "local-elite"
4}

Response

location

object

A Moz Local location.

1{
2  "location": {
3    "id": 4,
4    "level": "local-elite",
5    "status": "active",
6    "legacy_id": 667273870,
7    "brand_id": 1,
8    "auto_sync_enabled": 1,
9    "remote_id": "ExampleBusiness",
10    "listings_name": "Example Business",
11    "location_name": "Example Business",
12    "website_url": "https://www.example-business.com",
13    "email_address": "info@example-business.com",
14    "timezone": "America/New_York",
15    "store_code": "",
16    "tagline": "Your neighborhood business",
17    "short_description": "Doing things since 1986.",
18    "long_description": "Really long descriptions.",
19    "languages": [],
20    "keywords": [
21      "tutoring",
22      "online tutoring",
23      "test preparation",
24      "academic tutoring"
25    ],
26    "brands": [
27      "example"
28    ],
29    "payment_forms": [],
30    "price_range": "omit",
31    "service_areas": [],
32    "service_area_only": 0,
33    "services": "",
34    "primary_category": "gcid:educational_consultant",
35    "additional_categories": [
36      "gcid:tutoring_service",
37      "gcid:private_tutor"
38    ],
39    "attributes": [],
40    "address": {
41      "address_line_1": "1234 Astroworld Ave",
42      "address_line_2": "Suite 306",
43      "sublocality": "",
44      "county": "Roswell",
45      "city": "Schenectady",
46      "state_province": "NY",
47      "postal_code": "12345",
48      "country": "US"
49    },
50    "opening_status": "open",
51    "reopen_date": "0000-00-00",
52    "hours": {
53      "monday": [
54        "09:00-21:00"
55      ],
56      "tuesday": [
57        "09:00-21:00"
58      ],
59      "wednesday": [
60        "09:00-21:00"
61      ],
62      "thursday": [
63        "09:00-21:00"
64      ],
65      "friday": [
66        "09:00-21:00"
67      ],
68      "saturday": [
69        "09:00-21:00"
70      ],
71      "sunday": [
72        "09:00-21:00"
73      ]
74    },
75    "more_hours": {},
76    "opening_hours_notes": "",
77    "opening_date": "0000-00-00",
78    "special_hours": {
79      "2025-08-04": [
80        "04:00-02:30"
81      ],
82      "2025-08-05": [
83        "04:00-02:30"
84      ],
85      "2025-08-06": [
86        "04:00-02:30"
87      ]
88    },
89    "network_fields": [],
90    "phone": "+1 561-395-5555",
91    "fax": ""
92  }
93}

Example Code

Quota Usage

Does not require any quota.