Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Account ID. Required when using an organization token.
Location ID to update
If set to 'true', combines new service items with existing ones. If 'false', replaces all service items.
true, false Body
Location fields to update. Only include fields you want to change. Phone numbers (primary and additional) must be updated together per Google API requirements.
The name of the location
The street address of the location
The postal code of the location
City of the location
The ISO 3166-1 alpha-2 country code (e.g., 'US', 'GB', 'NL')
The administrative area, state, or province
The description of the location (max 750 characters)
Primary phone number of the location. Must be updated together with additional_phone_numbers per Google API requirements.
Array of additional phone numbers (max 2). Must be updated together with phone_number per Google API requirements.
2Website URL of the location
Regular business hours
Special hours for holidays or events
Additional hours types (e.g., ACCESS, BREAKFAST, DELIVERY, TAKEOUT, DRIVE_THROUGH)
[
{
"hoursTypeId": "ACCESS",
"periods": [
{
"open_day": "MONDAY",
"close_day": "MONDAY",
"open_time": { "hours": "9", "minutes": null },
"close_time": { "hours": "17", "minutes": null }
},
{
"open_day": "FRIDAY",
"close_day": "FRIDAY",
"open_time": { "hours": "9", "minutes": null },
"close_time": { "hours": "17", "minutes": null }
}
]
},
{
"hoursTypeId": "BREAKFAST",
"periods": [
{
"open_day": "FRIDAY",
"close_day": "FRIDAY",
"open_time": { "hours": "9", "minutes": null },
"close_time": { "hours": "17", "minutes": null }
}
]
}
]Business categories
Services offered by the business
Service area for businesses that serve customers at their locations