Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shopify creds and improve creds template #1877

Merged
merged 1 commit into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
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
Binary file not shown.
17 changes: 7 additions & 10 deletions docs/integrations/builtin/credentials/shopify.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,14 @@ You can use these credentials to authenticate the following nodes with Shopify.

## Prerequisites

Create a [Shopify](https://shopify.com/) account.
Create a [Shopify](https://shopify.com/){:target=_blank .external-link} account.

## Using API Key
## Supported authentication methods

1. Access the [Apps](https://www.shopify.com/admin/apps) section of your Shopify Store's admin console.
2. Click on 'Manage private apps' near the bottom of the page.
3. Click on the 'Create new private app' button and create a new app by entering any necessary information. Make sure that you set appropriate for the methods you plan to use under the 'Admin API' section.
4. Upon app creation, scroll down, and you will see your API key, Password, and Shared Secret.
5. Use your password, API key, secret, and shop subdomain with your Shopify node credentials in n8n.
* Access Token
* OAuth2
* API Key

**Note:** Use the subdomain without `.myshopify.com` in n8n.

![Getting Shopify credentials](/_images/integrations/builtin/credentials/shopify/using-oauth.gif)
## Related resources

Refer to [Shopify's authentication documentation](https://shopify.dev/docs/apps/auth){:target=_blank .external-link} for more information about the service.
2 changes: 2 additions & 0 deletions document-templates/credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ You can use these credentials to authenticate the following nodes:

_Include info on services they need to sign up for_

## Supported authentication methods

## Related resources

<!-- add a link to the service's documentation. This should usually go direct to the API credential docs -->
Expand Down
Loading