---
title: "Business Update profile"
method: PUT
path: "/admin/updateBusiness"
tags: ["admin"]
---

# Business Update profile

`PUT /admin/updateBusiness`

## Headers

- `authorization` string, required
- `content-language` string, required

## Request body

- Model11
  - `_id` string, required — userID to be updated
  - `name` string
  - `lastName` string
  - `email` string
  - `mobile` string
  - `countryCode` string
  - `companyName` string — Business company name
  - `tags` string[]
  - `fullAddress` string — Business address
  - `commission` number — Commission from products
  - `category` string — ID of the new category
  - `businessCategories` string[]
  - `productTypes` string[]
  - `aditionalInfo` string
  - `storeType` 'MARKETPLACE' | 'SHOP_ORDER' — ID of the new store Type
  - `subCategoryName` string
  - `settings` Settings
  - `smrVia` string[]
  - `fareSettings` string[]
  - `businessTag` string

## Response `default`

Successful

---

[API](https://skmtc.net/pickerexpress/apis/picker-production-documentation.md) · [All operations](https://skmtc.net/pickerexpress/apis/picker-production-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pickerexpress/picker-production-documentation/versions/ecdb0aa8c487/schema)
