---
title: "Share a store to another user"
method: POST
path: "/v2/user/customer/stores/{storeId}/shares"
tags: ["Customer - Shares"]
---

# Share a store to another user

`POST /v2/user/customer/stores/{storeId}/shares`

## Path parameters

- `storeId` string, guid, required

## Request body

- string, email — Your friend's user email

## Response `204`

Store shared

## Other responses

- `402` — Free offer is not allowed to share store.
- `404` — Only the owner of the store can make this operation or user not found
- `default` — Occurs when something goes wrong

---

[API](https://skmtc.net/beezup/apis/beezup-merchant-api.md) · [All operations](https://skmtc.net/beezup/apis/beezup-merchant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beezup/beezup-merchant-api/revisions/557b7feddf8a/schema)
