Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,18 @@ You must use a development store created through the [Shopify Partners dashboard

**Protected Customer Data**

Apps that use the Customer Account MCP server must comply with Shopify’s [protected customer data requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). Specifically, your app needs "Level 2" protected customer data permissions.

To request these permissions:
* Log in to your Shopify Partners dashboard.
* Navigate to Apps and select your app under the Developer Dashboard apps tab.
* Click API access requests.
* Click Request access under the Protected customer data section.
* Provide a clear reason for requesting each data field (name, email, phone, address).
Apps that use the Customer Account MCP server must comply with Shopify's [protected customer data requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). Your app will need:
* Protected customer data (Level 1) access
* Protected customer field (Level 2) access for specific data fields (name, email, phone, address)

Note: While developing with a development store, access to protected customer data will be automatically granted. However, when preparing to publish your app, you'll need to:

1. Log in to your Shopify Partners dashboard
2. Navigate to Apps and select your app under the Developer Dashboard apps tab
3. Click API access requests
4. Request access for both Level 1 (Protected customer data) and Level 2 (Protected customer fields)

You'll need to provide reasons for accessing each data field during the app review process when publishing your app, but this is not required during development.

**Update your app's TOML file**
```toml
Expand Down