Have your say in Community Polls: What was/is your greatest motivation to start your own business?
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.

POS Integration

POS Integration

Kuno
Visitor
1 0 0

I am a POS software developer with a few thousand users in Canada and the US. Many of my merchants now want to integrate the system with a webstore, preferably Shopify. How do I upload inventory to a Shopify webstore and download the orders? Is the REST API the sole option? Any advice would be greatly appreciated.

Reply 1 (1)

hassain
Shopify Staff (Retired)
624 104 189

Hi @Kuno ,

 

You have a few options in order to achieve this

 

1) As mentioned, you can use the Shopify Admin API (https://shopify.dev/docs/admin-api) to create products and inventory and to get orders. This API is available in both REST and GraphQL

 

2) You can import products and download orders using CSV files: https://help.shopify.com/en/manual/products/import-export/import-products and https://help.shopify.com/en/manual/products/import-export/using-csv

 

3) You can check the Shopify App Store, there are other apps that use the Admin API for you to handle uploading products for you (https://apps.shopify.com/)

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