Skip to main content
Place action links are URLs shown on the profile for actions like order online, book, or reserve. Google validates URLs and types. Use list to read existing links and obtain resource names for update or delete. Base path: /api/v1/misc/google-business

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:
  1. Read current links for the selected location.
  2. Update only action types that are already accepted or explicitly available for that location context.

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.
Endpoint: POST /api/v1/misc/google-business/location/place-action-links

Body

Example (nested-only payload)


Endpoint: PATCH /api/v1/misc/google-business/location/place-action-links

Example


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 placeActionType values 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.