/api/v1/misc/google-business
Google PlaceActionLink resource fields
placeActionType values
providerType values (output-only)
How availability is determined in Google
Google also provides place action type metadata at the API level (for example with location or region filters and optional language localization). In practice, allowed values can differ by business category and location setup. For reliable behavior:- Read current links for the selected location.
- Update only action types that are already accepted or explicitly available for that location context.
List links
Endpoint:GET /api/v1/misc/google-business/location/place-action-links
Response:
placeActionLinks array and optional nextPageToken. Each link may include name, uri, placeActionType, isPreferred, and output-only Google metadata such as providerType, isEditable, createTime, updateTime.
Create link
Endpoint:POST /api/v1/misc/google-business/location/place-action-links
Body
Example (nested-only payload)
Update link
Endpoint:PATCH /api/v1/misc/google-business/location/place-action-links
Example
Delete link
Endpoint:DELETE /api/v1/misc/google-business/location/place-action-links
name must be the full Google resource name including /placeActionLinks/ and must belong to the selected authorized location.
Availability caveats
Google may restrict place action links and action types based on business category, location, region, and profile eligibility.- Some
placeActionTypevalues may be rejected for specific business categories. - Features can vary between locations on the same account.
- Recommended flow: call list first, then create/update using supported values for that location.
Related
- Profile media for listing photos and videos on the profile.