REST Resource: locations.placeActionLinks

  • PlaceActionLink resource represents a link associated with a Google Business Profile location, allowing customers to take actions like booking appointments or ordering food.

  • Links are categorized by ProviderType (merchant, aggregator) and PlaceActionType (appointment, order, etc.) and can be managed through create, delete, get, list, and patch methods.

  • Each link has attributes like uri, isEditable, and isPreferred, providing control and information about the link's behavior and status.

  • PlaceActionLink includes timestamps for creation and updates (createTime, updateTime) enabling tracking of link history.