Name | Value |
---|---|
Platform | Shopify |
Auth Type | API Keys |
Direction | Bidirectional |
Triggers | |
Tap Repo | https://github.com/hotgluexyz/tap-shopify |
Target Repo | https://gitlab.com/hotglue/target-shopify-v2 |
Tap Metrics | Usage: |
Target Metrics | Usage: |
Unified Schema |
https://hotglue.xyz/callback
complete_url
). This is done in the JSON definition under Settings -> Connectors -> Sources -> Shopify OAuth
tenant
id in the query params.
Here’s a simplified example using Express to illustrate how the semi-managed flow works:
Tap Changelog
Version | Notes |
---|---|
v1.4.13 | |
v1.4.12 | |
v1.4.10 | |
v1.4.9 | |
v1.4.8 | |
v1.4.7 | |
v1.4.6 | |
v1.4.5 | - Update retry logic |
v1.4.4 | - Add new streams - Optimize tap performance |
v1.4.3 - Add shop stream | - Added shop stream |
v1.4.2 - Add support for incoming | Added support for incoming orders |
v1.4.1 - Add support for access_token | Added support to use the key access_token in the config in addition to api_key |