---
title: "Authorize Shopify"
method: GET
path: "/oauth/shopify/authorize"
tags: ["shopify-oauth"]
---

# Authorize Shopify

`GET /oauth/shopify/authorize`

Start Shopify OAuth flow

Parameters:
- instance_id: Identifier for the instance requesting authorization
- shop: Shopify shop domain (e.g., mystore.myshopify.com)
- client_id: Optional client ID for white labeling
- scope: Optional scopes to request (comma-separated)
- redirect_url: Optional URL to redirect to after authorization completes

## Query parameters

- `instance_id` string, required — Unique identifier for the client instance requesting authorization
- `shop` string, required — Shopify shop domain (e.g., mystore.myshopify.com)
- `client_id` string, nullable — Client ID for white labeling, if not provided will use default credentials
- `scope` string, nullable — Optional OAuth scopes to request (comma-separated string)
- `redirect_url` string, nullable — Optional URL to redirect to after authorization completes

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/weatherpal-ai/apis/mcp-handle-https-www-mcp-handle-dev.md) · [All operations](https://skmtc.net/weatherpal-ai/apis/mcp-handle-https-www-mcp-handle-dev/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/weatherpal-ai/mcp-handle-https-www-mcp-handle-dev/versions/58fc8af3b578/schema)
