Has anyone accessed the Shopify users endpoint thr...
# plugins-general
j
Has anyone accessed the Shopify users endpoint through Meltano? It's not included in the standard tap repo, so I'm trying to figure out if I can modify the singer tap-shopify repo or if I need to create a custom tap through the SDK. Thanks!
a
We are actively developing tap-shopify with the Meltano SDK. https://github.com/Matatika/tap-shopify Moving to the SDK reduces the plumbing code duplication and we are aiming to make the oauth setup simpler for all SDK taps when we setup an import. It will be a week or two before we finish the other streams. Happy to add Users or PR to the repo if you like!
d
Hey @jo_pearson I've been working a bit on our new SDK Shopify tap (https://github.com/Matatika/tap-shopify) and will be working more on it this week and probably next. Got more streams in and supported now, just wanted to check if this was the users endpoint you were talking about: https://shopify.dev/api/admin-rest/2022-01/resources/user#top ?
j
It is!
d
Cool, I'll have a go at adding it, though I don't have access to a Shopify Plus account to test it. Can I let you know when I have something I think should work to test it?
j
Absolutely! Happy to collaborate