Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Need to interact with Transfers

Need to interact with Transfers

jesuismaxime
Visitor
2 0 4

Hey there, let me know is this question is not related to this discussion!

Here's the issue :
I need to build a custom component for a shop that will use transfers to alert staff. The best way would be to use a webhook to push some data when a Transfer is created (with specific values such as tags or origin) but I can't find any references about Transfert in both Rest(Event/Webhooks) and GraphQL docs. Since there's no reference at all about Transfers in the Access scopes section, I guess it's not possible to do what I'm thinking. Am I right - or - is there any chance that these hooks are currently in development ? 

Thank you.

Replies 3 (3)

hassain
Shopify Staff (Retired)
624 104 189

Hey @jesuismaxime ,

 

If by Transfers you are referring to {store-name}.myshopify.com/admin/transfers functionality in the Admin, then as it currently stands this functionality does not have a public API associated to it. This means that there is no Webhook or GraphQL queries/mutations or access scopes available for this functionality. 

 

To my knowledge, there is no work in progress right now to make a public API for the Transfers functionality but you can follow along with our change logs to see if this ever updates in the future:

https://shopify.dev/changelog

https://changelog.shopify.com/

 

As a potentially workaround, you can subscribe to the GraphQL Webhook Topic of "inventory_levels/update". This will make your app aware of any inventory level changes to any inventory items on your store, which will include Transfers. 

 

To learn more visit the Shopify Help Center or the Community Blog.

HorseCowboy
Shopify Partner
59 0 24

@hassainWe really need an API for this. Please advocate for it on our behalf.

Check out why Shopify store owners are switching to Horse for all of their inventory management needs.

Kromannian
Tourist
5 0 9

+1

This would be useful for internal processes.