GMB Location Details

Update location details

Updates Google Business Profile location details. The updateMask field is required and specifies which fields to update. This endpoint proxies Google's Business Information API locations.patch, so any valid updateMask field is supported. Common fields: regularHours, specialHours, profile.description, websiteUri, phoneNumbers, categories, serviceItems.

put/v1/accounts/{accountId}/gmb-location-details

Path parameters

accountIdstring required

The Zernio account ID (from /v1/accounts)

Query parameters

locationIdstring

Override which location to target. If omitted, uses the account's selected location. Use GET /gmb-locations to list valid IDs.

Request body

updateMaskstring required

Required. Comma-separated fields to update (e.g. 'regularHours', 'specialHours', 'profile.description', 'categories', 'serviceItems'). Any valid Google Business Information API updateMask field is supported.

websiteUristring
titlestring

Business name. Use updateMask='title'.

storeCodestring

External store identifier, unique within the account. Use updateMask='storeCode'.

labelsstring[]

Free-form, internal-only labels for grouping (1-255 characters each). Use updateMask='labels'.

Response

Location updated successfully

successboolean
accountIdstring
locationIdstring

Changes