---
title: "List Google Services"
method: GET
path: "/services/suggestions"
tags: ["Google"]
---

# List Google Services

`GET /services/suggestions`

Get all Google Services available for your business categories.     
⚠️ **What are Google Services?**        Google Services are highly visible statements about your business that appear on your Google listing.     
They indicate the different services available for your business, to which you can also add a price and a description.      
For example, the category `gcid:bakery` has several suggested services available, such as catering or delivery.     
Not satisfied with those? You can add your very own custom services and link them to the category of your business of your choice!    
To recover service values set for a business, see [get services business endpoints](/api-reference/businesses/google-services-for-your-business).      
To handle service values for businesses, see [set structured services business endpoints](/api-reference/businesses/set-google-attributes-for-your-business).     
To handle custom service values for businesses, see [set free form services business endpoints](/api-reference/businesses/set-custom-google-services-for-your-business).     
This endpoint allows you to view the Google Services available for your business.     
The services available depend on the categories of the business, not only the main one.

## Query parameters

- `business__in` BusinessId[]

## Response `200`

OK

- ServicesSuggestionResponse
  - `services_suggestions` ServicesSuggestion[]
    - `service_id` integer — Id of the service (For creation you can get this id by calling [get services suggestions endpoint](/api-reference/google/list-google-services))
    - `type` 'STRUCTURED_SERVICE_ITEM' | 'FREE_FORM_SERVICE_ITEM' — Type of the service
    - `name` string — Name of the service.
    - `category_id` integer — Category id
    - `category_gmb_name` string — Google name of the category.

## Other responses

- `400` — Your request is incorrect
- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/revisions/3652d8b1a8b3/schema)
