Back to Explorer

Shopify OAuth endpoints

Shopify OAuth endpoints and related development resources

Shopify authorization endpoint

https://{shop}.myshopify.com/admin/oauth/authorize
The endpoint to redirect users to in order to grant your application access to their account.

Shopify token endpoint

https://{shop}.myshopify.com/admin/oauth/access_token
The endpoint to exchange the authorization code or refresh token for an access token and a refresh token.

Shopify OAuth documentation and resources