Skip to main content
PUT
Update a Google Business Profile location

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Path Parameters

id
string
required

Connected account ID

Query Parameters

validate_only
boolean

Validate the change without applying it

Body

application/json

Fields to change

ad_phone
string

AdPhone is the alternate number shown on Google Ads extensions.

categories
object
description
string
Example:

"Wood-fired pizza since 1998"

labels
string[]
latlng
object
more_hours
object[]
open_status
string

OpenStatus is OPEN, CLOSED_PERMANENTLY or CLOSED_TEMPORARILY.

Example:

"OPEN"

phone_numbers
object
regular_hours
object
service_area
object
special_hours
object
store_code
string
Example:

"JP-01"

storefront_address
object
title
string
Example:

"Joe's Pizza (Downtown)"

website_uri
string
Example:

"https://joes.example"

Response

OK

data
object
validated
boolean

Validated is true when the request ran with validate_only, meaning Google accepted the change as valid and wrote nothing. Data is empty in that case.