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: support for mandatory webhooks #46

Merged
merged 10 commits into from
Apr 26, 2024
Merged

Conversation

vtalas
Copy link
Contributor

@vtalas vtalas commented Mar 15, 2024

  • - endpoint for storing requests
POST [APPMIXER_API]/plugins/appmixer/shopify/customers/data_request
POST [APPMIXER_API]/plugins/appmixer/shopify/customers/redact
POST [APPMIXER_API]/plugins/appmixer/shopify/shop/redact
GET [APPMIXER_API]/plugins/appmixer/shopify/customers/data_request
GET [APPMIXER_API]/plugins/appmixer/shopify/customers/redact
GET [APPMIXER_API]/plugins/appmixer/shopify/shop/redact
  • HOW TO TEST

    • the endpoints above require Appmixer bearer token header to authenticate
  • - app Store install URL

    • new key in the backoffice: appStoreInstallRedirectUri (for example https://www.appmixer.com/connectors/shopify)
    • new plugin route https://api.qa.appmixer.com/plugins/appmixer/shopify/install. Shopify calls this url with the shop query param. This params identifies the shopify instance to install the Appmixer app. The install route creates the OAuht link for the shop and redirects to the auth url. This will trigger installation app install process.

    HOW TO TEST

@vtalas vtalas changed the title Shopify Shopify: support for mandatory webhooks Mar 15, 2024
@vtalas vtalas requested a review from jirihofman March 25, 2024 10:29
@vtalas vtalas force-pushed the shopify branch 2 times, most recently from 37516fb to 4703969 Compare March 28, 2024 14:04
@vtalas
Copy link
Contributor Author

vtalas commented Mar 28, 2024

@jirihofman ready for review

src/appmixer/shopify/routes.js Outdated Show resolved Hide resolved
@vtalas vtalas merged commit 7ab2a9c into clientIO:dev Apr 26, 2024
1 check passed
@vtalas vtalas deleted the shopify branch April 26, 2024 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants