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

🎉 Source Shopify: unblock for all workspaces #21439

Merged
merged 4 commits into from
Jan 18, 2023
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
3 changes: 0 additions & 3 deletions airbyte-webapp/src/core/domain/connector/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ export const getExcludedConnectorIds = (workspaceId?: string): string[] =>
ConnectorIds.Destinations.RabbitMq, // hide RabbitMQ Destination https://github.com/airbytehq/airbyte/issues/16315
ConnectorIds.Destinations.AmazonSqs, // hide Amazon SQS Destination https://github.com/airbytehq/airbyte/issues/16316
ConnectorIds.Sources.AmazonSellerPartner, // hide Amazon Seller Partner Source https://github.com/airbytehq/airbyte/issues/14734
...(workspaceId !== "54135667-ce73-4820-a93c-29fe1510d348" // Shopify workspace for review
? [ConnectorIds.Sources.Shopify] // Shopify
: []),
// revert me
...(workspaceId !== "d705a766-e9e3-4689-85cb-52143422317d" // `oauth-testing` workspace for review
? [ConnectorIds.Sources.YouTubeAnalyticsBusiness] // Youtube Analytics Business
Expand Down
8 changes: 1 addition & 7 deletions docs/integrations/sources/shopify.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,9 @@ This connector support both: `OAuth 2.0` and `API PASSWORD` (for private applica
3. Create a private application.
4. Select the resources you want to allow access to. Airbyte only needs read-level access.
* Note: The UI will show all possible data sources and will show errors when syncing if it doesn't have permissions to access a resource.
5. The password under the `Admin API` section is what you'll use as the `api_password` for the integration.
5. The password under the `Admin API` section is what you'll use as the `API PASSWORD` for the integration.
6. You're ready to set up Shopify in Airbyte!

### Connect using `OAuth 2.0` option

1. Select `OAuth 2.0` in `Shopify Authorization Method`
2. Click on `authenticate`
2. Proceed the authentication using your credentials for your Shopify account.

### Output Streams Schemas

This Source is capable of syncing the following core Streams:
Expand Down