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.

External API web service to manage the inventory of my physical point of sale

External API web service to manage the inventory of my physical point of sale

LauraV
Visitor
2 0 0

I want to create an external API web service to manage the inventory of my physical point of sale, I want to use barcodes. What I would like to know is what is the appropriate route to do this using the shopify server side and the databases, what language should I use.

Reply 1 (1)

Liam
Community Manager
3108 344 899

Hi LauraV,

 

I'd recommend using the GraphQL API to manage inventory - there's a range of different queries and mutations for getting info on inventory, and changing inventory, like the inventoryAdjustQuantities mutation. It's also possible to use this API to set barcodes on each product variant. You can use a front-end framework like React alongside node.js to build your app. 

Liam | Developer Advocate @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit Shopify.dev or the Shopify Web Design and Development Blog