> For the complete documentation index, see [llms.txt](https://help.sesami.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sesami.co/zh-cn/apps-integrations/shopify/collaborator-access.md).

# 协作者访问权限

当您需要 Sesami 支持团队协助您进行商店设置时，我们可能会请求 [**协作者访问权限**](https://help.shopify.com/en/manual/your-account/staff-accounts/collaborator-accounts) 您的 Shopify 账户访问权限。这是一种安全的、原生于 Shopify 的方式，可在不共享登录凭据的情况下授予临时访问权限。

## 什么是协作者访问权限？

协作者访问权限是 Shopify 的一项功能，允许应用合作伙伴或代理机构以您可控制的特定权限访问您的 Shopify 后台。这是 Sesami 团队协助以下事项的推荐方式：

* 主题安装和配置
* 解决预订问题
* 定制设置和集成
* 白手套式设置服务

## 工作原理

{% stepper %}
{% step %}

#### Sesami 发送协作者请求

当您联系我们寻求需要后台访问权限的支持时，我们的团队会使用您的 Shopify 店铺 URL 向您的店铺发送协作者请求。
{% endstep %}

{% step %}

#### 您会收到并审核该请求

您会在 Shopify 后台看到该请求。前往：

**Shopify 后台 > 设置 >** [**用户**](https://admin.shopify.com/settings/organization-account)

点击 **请求** 标签页查看待处理的协作者请求。
{% endstep %}

{% step %}

#### 审核并调整权限

在接受之前：

1. 点击来自 Sesami 的协作者请求
2. 在 [**角色**](https://help.shopify.com/en/manual/your-account/users/roles/manage-roles) 部分查看所请求的权限
3. 如有需要可调整权限——您可以精确控制协作者可访问的内容
   {% endstep %}

{% step %}

#### 接受请求

点击 **接受请求** 以授予访问权限。您可以随时在同一页面撤销访问权限。
{% endstep %}
{% endstepper %}

{% hint style="info" %}
协作者访问权限不计入您的 Shopify 员工数量限制，并且可随时移除。
{% endhint %}

## 撤销访问权限

当支持工作完成后，您可以移除协作者访问权限：

1. 前往 **Shopify 后台 > 设置 > 用户**
2. 找到协作者账户
3. 点击 **移除** 以撤销访问权限

## 了解更多

有关协作者账户的完整详情，请参阅 [Shopify 帮助：协作者账户](https://help.shopify.com/en/manual/your-account/users/security/collaborator-accounts).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.sesami.co/zh-cn/apps-integrations/shopify/collaborator-access.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
