shopify-oauth
Authorize Shopify
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
get/oauth/shopify/authorize
Query parameters
instance_idstring required
Unique identifier for the client instance requesting authorization
Unique identifier for the client instance requesting authorization
shopstring required
Shopify shop domain (e.g., mystore.myshopify.com)
Shopify shop domain (e.g., mystore.myshopify.com)
client_idstring nullable
Client ID for white labeling, if not provided will use default credentials
Client ID for white labeling, if not provided will use default credentials
scopestring nullable
Optional OAuth scopes to request (comma-separated string)
Optional OAuth scopes to request (comma-separated string)
redirect_urlstring nullable
Optional URL to redirect to after authorization completes
Optional URL to redirect to after authorization completes
Response
Successful Response
{"stackTrail":"paths:/oauth/shopify/authorize:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}