---
title: "Set Google Services for your business"
method: POST
path: "/business/{business_id}/structured_services"
tags: ["Businesses"]
---

# Set Google Services for your business

`POST /business/{business_id}/structured_services`

This endpoint allows you to set or update Google Services for your business. When you set a service of type STRUCTURED_SERVICE_ITEM for a category, every category that have this service available will also have it set for them.

## Path parameters

- `business_id` string, required

## Request body

- StructuredServicesCreateUpdate — A Google Service.
  - `service_id` integer, required — Id of the service (For creation you can get this id by calling [get services suggestions endpoint](/api-reference/google/list-google-services))
  - `price` number — Price of the service.
  - `description` string — Description of the service.

## Response `200`

OK

- BusinessServicesResponse — List of Business Services.
  - `services` Services[]
    - `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.
    - `price` number — Price of the service.
    - `description` string — Description of the service.
    - `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)
